Html Css Color HEX #727442 Hemlock

📋 copy color: '#727442'

red 114 ◦ green 116 ◦ blue 66

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

Shades of Hemlock #727442

Tints of Hemlock #727442

RGB

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

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

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

R = 38.51%
G = 39.19%
B = 22.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#727442 (or 0x727442) is known color: Hemlock. HEX triplet: 72, 74 and 42. RGB value is (114,116,66). Sum of RGB (Red+Green+Blue) = 114+116+66=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #727442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727442 is #8D8BBD. Grayscale: #6D6D6D. Windows color (decimal): -9276350 or 4355186. OLE color: 4355186.

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

Color convert

RGB 114 116 66 -
CMYK 0.02 0 0.43 0.55
HSL 62.4º 0.27% 0.36% -
HSV(B) 62.4º 0.43% 0.45% -
XYZ 14.17 16.46 7.58 -
YUV 109.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 114 116 66 0.02 0 0.43 0.55 62.4 0.27 0.36
Hex 72 74 42 2 0 2B 37 3E 1B 24
Octal 162 164 102 2 0 53 67 76 33 44
Binary 1110010 1110100 1000010 10 0 101011 110111 111110 11011 100100

Color Harmonies of #727442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727442

Black with #727442

Text Example


Text Example

White with #727442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727442; }

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

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

background-color css

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

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

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

border-color css

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

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

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