Html Css Color HEX #727044 Hemlock

📋 copy color: '#727044'

red 114 ◦ green 112 ◦ blue 68

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

Shades of Hemlock #727044

Tints of Hemlock #727044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 38.78%
G = 38.1%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#727044 (or 0x727044) is known color: Hemlock. HEX triplet: 72, 70 and 44. RGB value is (114,112,68). Sum of RGB (Red+Green+Blue) = 114+112+68=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #727044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727044 is #8D8FBB. Grayscale: #6B6B6B. Windows color (decimal): -9277372 or 4485234. OLE color: 4485234.

HSL color Cylindrical-coordinate representation of color #727044: hue angle of 57.39º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #727044 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 68 -
CMYK 0 0.02 0.40 0.55
HSL 57.39º 0.25% 0.36% -
HSV(B) 57.39º 0.4% 0.45% -
XYZ 13.78 15.58 7.75 -
YUV 107.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 114 112 68 0 0.02 0.40 0.55 57.39 0.25 0.36
Hex 72 70 44 0 2 28 37 39 19 24
Octal 162 160 104 0 2 50 67 71 31 44
Binary 1110010 1110000 1000100 0 10 101000 110111 111001 11001 100100

Color Harmonies of #727044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727044

Black with #727044

Text Example


Text Example

White with #727044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727044; }

 p { color: rgb(114,112,68); }

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

background-color css

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

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

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

border-color css

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

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

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