Color Hex Logo

#7c674b Color Hex

#7C674B
(124,103,75)
0 Favorites   0 Comments

Color spaces of #7c674b

RGB 12410375
HSL0.100.250.39
HSV34°40°49°
CMYK 0.000.170.40   0.51
XYZ14.432414.49368.6935
Yxy14.49360.38360.3853
Hunter Lab38.07051.045513.1103
CIE-Lab44.93274.108618.9355

#7c674b color RGB value is (124,103,75).

#7c674b hex color red value is 124, green value is 103 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #7c674b hue: 0.10 , saturation: 0.25 and the lightness value of 7c674b is 0.39.

The process color (four color CMYK) of #7c674b color hex is 0.00, 0.17, 0.40, 0.51. Web safe color of #7c674b is #666633. Color #7c674b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100111 01001011
Octal 174 147 113
Decimal 124 103 75
Hex 7C 67 4B

RGB Percentages of Color #7c674b

%41.06
%34.11
%24.83

CMYK Percentages of Color #7c674b

%0
%17
%40
%51

Triadic Colors of #7c674b

#7c674b #4b7c67 #674b7c

Analogous Colors of #7c674b

#7c674b #797c4b #7c4f4b

Monochromatic Colors of #7c674b

#7c674b

Complementary Color

#7c674b #4b607c

#7c674b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c674b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c674b Color CSS Codes

.mybgcolor {background-color:#7c674b; } 
.myforecolor {color:#7c674b; }
.mybordercolor {border:3px solid #7c674b; }

#7c674b Text Font Color

<p style="color:#7c674b">Text here</p>

This sample text font color is #7c674b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7c674b Background Color

<div style="background-color:#7c674b">
Div content here</div>

This div background color is #7c674b


#7c674b Border Color

<div style="border:3px solid #7c674b">
Div here</div>

This div border color is #7c674b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,103,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c674b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c674b;
  -webkit-box-shadow: 1px 1px 3px 2px #7c674b;
  box-shadow:         1px 1px 3px 2px #7c674b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,103,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7c674b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7c674b;
  -webkit-box-shadow: 1px 1px 3px 2px #7c674b;
  box-shadow:         1px 1px 3px 2px #7c674b;">
Div content here</div>

This div box has shadow with color #7c674b


Comments

No comments written yet.

Please login to write comment.