Html Css Color HEX #727246 Hemlock

📋 copy color: '#727246'

red 114 ◦ green 114 ◦ blue 70

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

Shades of Hemlock #727246

Tints of Hemlock #727246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 38.26%
G = 38.26%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#727246 (or 0x727246) is known color: Hemlock. HEX triplet: 72, 72 and 46. RGB value is (114,114,70). Sum of RGB (Red+Green+Blue) = 114+114+70=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727246 is #8D8DB9. Grayscale: #6D6D6D. Windows color (decimal): -9276858 or 4616818. OLE color: 4616818.

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

Color convert

RGB 114 114 70 -
CMYK 0 0 0.39 0.55
HSL 60º 0.24% 0.36% -
HSV(B) 60º 0.39% 0.45% -
XYZ 14.06 16.05 8.15 -
YUV 108.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 114 114 70 0 0 0.39 0.55 60 0.24 0.36
Hex 72 72 46 0 0 27 37 3C 18 24
Octal 162 162 106 0 0 47 67 74 30 44
Binary 1110010 1110010 1000110 0 0 100111 110111 111100 11000 100100

Color Harmonies of #727246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727246

Black with #727246

Text Example


Text Example

White with #727246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727246; }

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

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

background-color css

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

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

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

border-color css

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

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

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