Html Css Color HEX #72714B Hemlock

📋 copy color: '#72714B'

red 114 ◦ green 113 ◦ blue 75

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

Shades of Hemlock #72714B

Tints of Hemlock #72714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

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

R = 37.75%
G = 37.42%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72714B (or 0x72714B) is known color: Hemlock. HEX triplet: 72, 71 and 4B. RGB value is (114,113,75). Sum of RGB (Red+Green+Blue) = 114+113+75=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #72714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72714B is #8D8EB4. Grayscale: #6D6D6D. Windows color (decimal): -9277109 or 4944242. OLE color: 4944242.

HSL color Cylindrical-coordinate representation of color #72714B: hue angle of 58.46º 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 #72714B is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 75 -
CMYK 0 0.01 0.34 0.55
HSL 58.46º 0.21% 0.37% -
HSV(B) 58.46º 0.34% 0.45% -
XYZ 14.11 15.9 8.98 -
YUV 108.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 114 113 75 0 0.01 0.34 0.55 58.46 0.21 0.37
Hex 72 71 4B 0 1 22 37 3A 15 25
Octal 162 161 113 0 1 42 67 72 25 45
Binary 1110010 1110001 1001011 0 1 100010 110111 111010 10101 100101

Color Harmonies of #72714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72714B

Black with #72714B

Text Example


Text Example

White with #72714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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