#727640

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

Shades of Hemlock #727640

Tints of Hemlock #727640

Color information

#727640 (or 0x727640) is unknown color: approx Hemlock. HEX triplet: 72, 76 and 40. RGB value is (114,118,64). Sum of RGB (Red+Green+Blue) = 114+118+64=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #727640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727640 is #8D89BF. Grayscale: #6E6E6E. Windows color (decimal): -9275840 or 4224626. OLE color: 4224626.

HSL color Cylindrical-coordinate representation of color #727640: hue angle of 64.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #727640 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB11411864-
CMYK0.0300.460.54
HSL64.44º29.67%35.69%-
HSV(B)64.44º45.76%46.27%-
XYZ14.3416.97.36-
YUV110.65101.67130.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=38.51%
G=39.86%
B=21.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118640.0300.460.5464.4429.6735.69
Hex727640302E36401e24
Octal1621661003056661003644
Binary111001011101101000000110101110110110100000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727640; }

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

 H1.HeaderClassName
 {
   color: #727640;
 }
 .AnyTagClassName
 {
   color: #727640;
 }
</style>
background-color css

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

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

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

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

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

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