Html Css Color HEX #727342 Hemlock

📋 copy color: '#727342'

red 114 ◦ green 115 ◦ blue 66

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

Shades of Hemlock #727342

Tints of Hemlock #727342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.98%

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

R = 38.64%
G = 38.98%
B = 22.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#727342 (or 0x727342) is known color: Hemlock. HEX triplet: 72, 73 and 42. RGB value is (114,115,66). Sum of RGB (Red+Green+Blue) = 114+115+66=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #727342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727342 is #8D8CBD. Grayscale: #6D6D6D. Windows color (decimal): -9276606 or 4354930. OLE color: 4354930.

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

Color convert

RGB 114 115 66 -
CMYK 0.01 0 0.43 0.55
HSL 61.22º 0.27% 0.35% -
HSV(B) 61.22º 0.43% 0.45% -
XYZ 14.05 16.23 7.55 -
YUV 109.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 114 115 66 0.01 0 0.43 0.55 61.22 0.27 0.35
Hex 72 73 42 1 0 2B 37 3D 1B 23
Octal 162 163 102 1 0 53 67 75 33 43
Binary 1110010 1110011 1000010 1 0 101011 110111 111101 11011 100011

Color Harmonies of #727342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727342

Black with #727342

Text Example


Text Example

White with #727342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727342; }

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

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

background-color css

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

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

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

border-color css

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

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

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