#72753F

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

Shades of Hemlock #72753F

Tints of Hemlock #72753F

Color information

#72753F (or 0x72753F) is unknown color: approx Hemlock. HEX triplet: 72, 75 and 3F. RGB value is (114,117,63). Sum of RGB (Red+Green+Blue) = 114+117+63=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #72753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72753F is #8D8AC0. Grayscale: #6E6E6E. Windows color (decimal): -9276097 or 4158834. OLE color: 4158834.

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

Color convert

RGB11411763-
CMYK0.0300.460.54
HSL63.33º30%35.29%-
HSV(B)63.33º46.15%45.88%-
XYZ14.216.667.17-
YUV109.95101.51130.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 63 (25% from 255) = 21.43%
R=38.78%
G=39.80%
B=21.43%

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
Decimal114117630.0300.460.5463.333035.29
Hex72753F302E363f1e23
Octal16216577305666773643
Binary1110010111010111111111010111011011011111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72753F; }

 p { color: rgb(114,117,63); }

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

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

 a { background-color: rgb(114,117,63); }

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

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

 span { border-color: rgb(114,117,63); }

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