Html Css Color HEX #74724D Hemlock

📋 copy color: '#74724D'

red 116 ◦ green 114 ◦ blue 77

#74724D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #74724D

Tints of Hemlock #74724D

RGB

 RED value IS 116 (45.7% from 255) = 37.79%

 GREEN value IS 114 (44.92% from 255) = 37.13%

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 37.79%
G = 37.13%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74724D (or 0x74724D) is known color: Hemlock. HEX triplet: 74, 72 and 4D. RGB value is (116,114,77). Sum of RGB (Red+Green+Blue) = 116+114+77=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74724D is #8B8DB2. Grayscale: #6E6E6E. Windows color (decimal): -9145779 or 5075572. OLE color: 5075572.

HSL color Cylindrical-coordinate representation of color #74724D: hue angle of 56.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74724D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 77 -
CMYK 0 0.02 0.34 0.55
HSL 56.92º 0.2% 0.38% -
HSV(B) 56.92º 0.34% 0.45% -
XYZ 14.56 16.28 9.4 -
YUV 110.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 116 114 77 0 0.02 0.34 0.55 56.92 0.2 0.38
Hex 74 72 4D 0 2 22 37 39 14 26
Octal 164 162 115 0 2 42 67 71 24 46
Binary 1110100 1110010 1001101 0 10 100010 110111 111001 10100 100110

Color Harmonies of #74724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74724D

Black with #74724D

Text Example


Text Example

White with #74724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74724D; }

 p { color: rgb(116,114,77); }

 H1.HeaderClassName
 {
   color: #74724D;
 }
 .AnyTagClassName
 {
   color: #74724D;
 }
</style>

background-color css

<style>
 a { background-color: #74724D; }

 a { background-color: rgb(116,114,77); }

 div.DivClassName
 {
   background-color: #74724D;
 }
 .BgClassName
 {
   background-color: #74724D;
 }
</style>

border-color css

<style>
 span { border-color: #74724D; }

 span { border-color: rgb(116,114,77); }

 td.TdClassName
 {
   border-color: #74724D;
 }
 .TagClassName
 {
   border-color: #74724D;
 }
</style>