#765959

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

Shades of Zambezi #765959

Tints of Zambezi #765959

Color information

#765959 (or 0x765959) is unknown color: approx Zambezi. HEX triplet: 76, 59 and 59. RGB value is (118,89,89). Sum of RGB (Red+Green+Blue) = 118+89+89=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #765959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765959 is #89A6A6. Grayscale: #616161. Windows color (decimal): -9021095 or 5855606. OLE color: 5855606.

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

Color convert

RGB1188989-
CMYK00.250.250.54
HSL14.01%40.59%-
HSV(B)24.58%46.27%-
XYZ12.8511.7211.04-
YUV97.67123.11142.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=39.86%
G=30.07%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118898900.250.250.54014.0140.59
Hex76595901919360e29
Octal166131131031316601651
Binary1110110101100110110010110011100111011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765959; }

 p { color: rgb(118,89,89); }

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

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

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

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

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

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

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