Html Css Color HEX #727446 Hemlock

📋 copy color: '#727446'

red 114 ◦ green 116 ◦ blue 70

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

Shades of Hemlock #727446

Tints of Hemlock #727446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

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

R = 38%
G = 38.67%
B = 23.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#727446 (or 0x727446) is known color: Hemlock. HEX triplet: 72, 74 and 46. RGB value is (114,116,70). Sum of RGB (Red+Green+Blue) = 114+116+70=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #727446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727446 is #8D8BB9. Grayscale: #6E6E6E. Windows color (decimal): -9276346 or 4617330. OLE color: 4617330.

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

Color convert

RGB 114 116 70 -
CMYK 0.02 0 0.40 0.55
HSL 62.61º 0.25% 0.36% -
HSV(B) 62.61º 0.4% 0.45% -
XYZ 14.29 16.51 8.23 -
YUV 110.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 114 116 70 0.02 0 0.40 0.55 62.61 0.25 0.36
Hex 72 74 46 2 0 28 37 3F 19 24
Octal 162 164 106 2 0 50 67 77 31 44
Binary 1110010 1110100 1000110 10 0 101000 110111 111111 11001 100100

Color Harmonies of #727446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727446

Black with #727446

Text Example


Text Example

White with #727446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727446; }

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

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

background-color css

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

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

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

border-color css

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

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

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