#727140

Color #727140 Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #727140

Tints of Hemlock #727140

Color information

#727140 (or 0x727140) is unknown color: approx 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

RGB11411364-
CMYK00.010.440.55
HSL58.8º28.09%34.9%-
HSV(B)58.8º43.86%44.71%-
XYZ13.7715.767.17-
YUV107.71103.33132.48-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141136400.010.440.5558.828.0934.9
Hex727140012C373b1c23
Octal162161100015467733443
Binary1110010111000110000000110110011011111101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>