Color Hex Logo

#74856d Color Hex

#74856D
(116,133,109)
0 Favorites   0 Comments

Color spaces of #74856d

RGB 116133109
HSL0.280.100.47
HSV103°18°52°
CMYK 0.130.000.18   0.48
XYZ18.350321.592217.6685
Yxy21.59220.31850.3748
Hunter Lab46.4674-10.82719.9831
CIE-Lab53.5916-10.981410.8977

#74856d color RGB value is (116,133,109).

#74856d hex color red value is 116, green value is 133 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #74856d hue: 0.28 , saturation: 0.10 and the lightness value of 74856d is 0.47.

The process color (four color CMYK) of #74856d color hex is 0.13, 0.00, 0.18, 0.48. Web safe color of #74856d is #669966. Color #74856d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000101 01101101
Octal 164 205 155
Decimal 116 133 109
Hex 74 85 6D

RGB Percentages of Color #74856d

%32.40
%37.15
%30.45

CMYK Percentages of Color #74856d

%13
%0
%18
%48

Triadic Colors of #74856d

#74856d #6d7485 #856d74

Analogous Colors of #74856d

#74856d #6d8572 #80856d

Monochromatic Colors of #74856d

#74856d

Complementary Color

#74856d #7e6d85

#74856d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74856d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74856d Color CSS Codes

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

#74856d Text Font Color

<p style="color:#74856d">Text here</p>

This sample text font color is #74856d
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.


#74856d Background Color

<div style="background-color:#74856d">
Div content here</div>

This div background color is #74856d


#74856d Border Color

<div style="border:3px solid #74856d">
Div here</div>

This div border color is #74856d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,133,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74856d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74856d;
  -webkit-box-shadow: 1px 1px 3px 2px #74856d;
  box-shadow:         1px 1px 3px 2px #74856d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,133,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74856d


Comments

No comments written yet.

Please login to write comment.