#72605E

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

Shades of Zambezi #72605E

Tints of Zambezi #72605E

Color information

#72605E (or 0x72605E) is unknown color: approx Zambezi. HEX triplet: 72, 60 and 5E. RGB value is (114,96,94). Sum of RGB (Red+Green+Blue) = 114+96+94=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #72605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72605E is #8D9FA1. Grayscale: #656565. Windows color (decimal): -9281442 or 6185074. OLE color: 6185074.

HSL color Cylindrical-coordinate representation of color #72605E: hue angle of 6º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72605E is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1149694-
CMYK00.160.180.55
HSL9.62%40.78%-
HSV(B)17.54%44.71%-
XYZ13.1412.7512.36-
YUV101.15123.96137.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=37.5%
G=31.58%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114969400.160.180.5569.6240.78
Hex72605E01012376a29
Octal162140136020226761251
Binary111001011000001011110010000100101101111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72605E; }

 p { color: rgb(114,96,94); }

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

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

 a { background-color: rgb(114,96,94); }

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

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

 span { border-color: rgb(114,96,94); }

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