Html Css Color HEX #727242 Hemlock

📋 copy color: '#727242'

red 114 ◦ green 114 ◦ blue 66

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

Shades of Hemlock #727242

Tints of Hemlock #727242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 38.78%
G = 38.78%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#727242 (or 0x727242) is known color: Hemlock. HEX triplet: 72, 72 and 42. RGB value is (114,114,66). Sum of RGB (Red+Green+Blue) = 114+114+66=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727242 is #8D8DBD. Grayscale: #6C6C6C. Windows color (decimal): -9276862 or 4354674. OLE color: 4354674.

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

Color convert

RGB 114 114 66 -
CMYK 0 0 0.42 0.55
HSL 60º 0.27% 0.35% -
HSV(B) 60º 0.42% 0.45% -
XYZ 13.94 16.01 7.51 -
YUV 108.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 114 114 66 0 0 0.42 0.55 60 0.27 0.35
Hex 72 72 42 0 0 2A 37 3C 1B 23
Octal 162 162 102 0 0 52 67 74 33 43
Binary 1110010 1110010 1000010 0 0 101010 110111 111100 11011 100011

Color Harmonies of #727242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727242

Black with #727242

Text Example


Text Example

White with #727242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727242; }

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

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

background-color css

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

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

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

border-color css

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

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

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