Html Css Color HEX #726F4A Hemlock

📋 copy color: '#726F4A'

red 114 ◦ green 111 ◦ blue 74

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

Shades of Hemlock #726F4A

Tints of Hemlock #726F4A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.12%

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 38.13%
G = 37.12%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#726F4A (or 0x726F4A) is known color: Hemlock. HEX triplet: 72, 6F and 4A. RGB value is (114,111,74). Sum of RGB (Red+Green+Blue) = 114+111+74=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #726F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F4A is #8D90B5. Grayscale: #6B6B6B. Windows color (decimal): -9277622 or 4878194. OLE color: 4878194.

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

Color convert

RGB 114 111 74 -
CMYK 0 0.03 0.35 0.55
HSL 55.5º 0.21% 0.37% -
HSV(B) 55.5º 0.35% 0.45% -
XYZ 13.86 15.44 8.73 -
YUV 107.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 114 111 74 0 0.03 0.35 0.55 55.5 0.21 0.37
Hex 72 6F 4A 0 3 23 37 38 15 25
Octal 162 157 112 0 3 43 67 70 25 45
Binary 1110010 1101111 1001010 0 11 100011 110111 111000 10101 100101

Color Harmonies of #726F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F4A

Black with #726F4A

Text Example


Text Example

White with #726F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726F4A; }

 p { color: rgb(114,111,74); }

 H1.HeaderClassName
 {
   color: #726F4A;
 }
 .AnyTagClassName
 {
   color: #726F4A;
 }
</style>

background-color css

<style>
 a { background-color: #726F4A; }

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

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

border-color css

<style>
 span { border-color: #726F4A; }

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

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