Html Css Color HEX #72724B Hemlock

📋 copy color: '#72724B'

red 114 ◦ green 114 ◦ blue 75

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

Shades of Hemlock #72724B

Tints of Hemlock #72724B

RGB

 RED value IS 114 (44.92% from 255) = 37.62%

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

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 37.62%
G = 37.62%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72724B (or 0x72724B) is known color: Hemlock. HEX triplet: 72, 72 and 4B. RGB value is (114,114,75). Sum of RGB (Red+Green+Blue) = 114+114+75=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 114 - color contains mainly: red, green. Hex color #72724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72724B is #8D8DB4. Grayscale: #6D6D6D. Windows color (decimal): -9276853 or 4944498. OLE color: 4944498.

HSL color Cylindrical-coordinate representation of color #72724B: hue angle of 60º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72724B is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 114 75 -
CMYK 0 0 0.34 0.55
HSL 60º 0.21% 0.37% -
HSV(B) 60º 0.34% 0.45% -
XYZ 14.23 16.12 9.02 -
YUV 109.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 114 114 75 0 0 0.34 0.55 60 0.21 0.37
Hex 72 72 4B 0 0 22 37 3C 15 25
Octal 162 162 113 0 0 42 67 74 25 45
Binary 1110010 1110010 1001011 0 0 100010 110111 111100 10101 100101

Color Harmonies of #72724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72724B

Black with #72724B

Text Example


Text Example

White with #72724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72724B; }

 p { color: rgb(114,114,75); }

 H1.HeaderClassName
 {
   color: #72724B;
 }
 .AnyTagClassName
 {
   color: #72724B;
 }
</style>

background-color css

<style>
 a { background-color: #72724B; }

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

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

border-color css

<style>
 span { border-color: #72724B; }

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

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