Html Css Color HEX #727244 Hemlock

📋 copy color: '#727244'

red 114 ◦ green 114 ◦ blue 68

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

Shades of Hemlock #727244

Tints of Hemlock #727244

RGB

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

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

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

R = 38.51%
G = 38.51%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#727244 (or 0x727244) is known color: Hemlock. HEX triplet: 72, 72 and 44. RGB value is (114,114,68). Sum of RGB (Red+Green+Blue) = 114+114+68=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727244 is #8D8DBB. Grayscale: #6C6C6C. Windows color (decimal): -9276860 or 4485746. OLE color: 4485746.

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

Color convert

RGB 114 114 68 -
CMYK 0 0 0.40 0.55
HSL 60º 0.25% 0.36% -
HSV(B) 60º 0.4% 0.45% -
XYZ 14 16.03 7.82 -
YUV 108.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 114 114 68 0 0 0.40 0.55 60 0.25 0.36
Hex 72 72 44 0 0 28 37 3C 19 24
Octal 162 162 104 0 0 50 67 74 31 44
Binary 1110010 1110010 1000100 0 0 101000 110111 111100 11001 100100

Color Harmonies of #727244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727244

Black with #727244

Text Example


Text Example

White with #727244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727244; }

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

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

background-color css

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

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

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

border-color css

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

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

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