Html Css Color HEX #72724F Hemlock

📋 copy color: '#72724F'

red 114 ◦ green 114 ◦ blue 79

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

Shades of Hemlock #72724F

Tints of Hemlock #72724F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 37.13%
G = 37.13%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#72724F (or 0x72724F) is known color: Hemlock. HEX triplet: 72, 72 and 4F. RGB value is (114,114,79). Sum of RGB (Red+Green+Blue) = 114+114+79=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 114 - color contains mainly: red, green. Hex color #72724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72724F is #8D8DB0. Grayscale: #6E6E6E. Windows color (decimal): -9276849 or 5206642. OLE color: 5206642.

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

Color convert

RGB 114 114 79 -
CMYK 0 0 0.31 0.55
HSL 60º 0.18% 0.38% -
HSV(B) 60º 0.31% 0.45% -
XYZ 14.37 16.18 9.76 -
YUV 110.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 114 114 79 0 0 0.31 0.55 60 0.18 0.38
Hex 72 72 4F 0 0 1F 37 3C 12 26
Octal 162 162 117 0 0 37 67 74 22 46
Binary 1110010 1110010 1001111 0 0 11111 110111 111100 10010 100110

Color Harmonies of #72724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72724F

Black with #72724F

Text Example


Text Example

White with #72724F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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