Html Css Color HEX #727140 Hemlock

📋 copy color: '#727140'

red 114 ◦ green 113 ◦ blue 64

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

Shades of Hemlock #727140

Tints of Hemlock #727140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.83%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 39.18%
G = 38.83%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#727140 (or 0x727140) is known color: Hemlock. HEX triplet: 72, 71 and 40. RGB value is (114,113,64). Sum of RGB (Red+Green+Blue) = 114+113+64=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #727140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727140 is #8D8EBF. Grayscale: #6B6B6B. Windows color (decimal): -9277120 or 4223346. OLE color: 4223346.

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

Color convert

RGB 114 113 64 -
CMYK 0 0.01 0.44 0.55
HSL 58.8º 0.28% 0.35% -
HSV(B) 58.8º 0.44% 0.45% -
XYZ 13.77 15.76 7.17 -
YUV 107.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 114 113 64 0 0.01 0.44 0.55 58.8 0.28 0.35
Hex 72 71 40 0 1 2C 37 3B 1C 23
Octal 162 161 100 0 1 54 67 73 34 43
Binary 1110010 1110001 1000000 0 1 101100 110111 111011 11100 100011

Color Harmonies of #727140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727140

Black with #727140

Text Example


Text Example

White with #727140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727140; }

 p { color: rgb(114,113,64); }

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

background-color css

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

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

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

border-color css

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

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

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