Html Css Color HEX #727046 Hemlock

📋 copy color: '#727046'

red 114 ◦ green 112 ◦ blue 70

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

Shades of Hemlock #727046

Tints of Hemlock #727046

RGB

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

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

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

R = 38.51%
G = 37.84%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#727046 (or 0x727046) is known color: Hemlock. HEX triplet: 72, 70 and 46. RGB value is (114,112,70). Sum of RGB (Red+Green+Blue) = 114+112+70=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #727046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727046 is #8D8FB9. Grayscale: #6B6B6B. Windows color (decimal): -9277370 or 4616306. OLE color: 4616306.

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

Color convert

RGB 114 112 70 -
CMYK 0 0.02 0.39 0.55
HSL 57.27º 0.24% 0.36% -
HSV(B) 57.27º 0.39% 0.45% -
XYZ 13.84 15.61 8.08 -
YUV 107.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 114 112 70 0 0.02 0.39 0.55 57.27 0.24 0.36
Hex 72 70 46 0 2 27 37 39 18 24
Octal 162 160 106 0 2 47 67 71 30 44
Binary 1110010 1110000 1000110 0 10 100111 110111 111001 11000 100100

Color Harmonies of #727046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727046

Black with #727046

Text Example


Text Example

White with #727046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727046; }

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

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

background-color css

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

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

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

border-color css

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

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

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