#765858

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

Shades of Zambezi #765858

Tints of Zambezi #765858

Color information

#765858 (or 0x765858) is unknown color: approx Zambezi. HEX triplet: 76, 58 and 58. RGB value is (118,88,88). Sum of RGB (Red+Green+Blue) = 118+88+88=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #765858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765858 is #89A7A7. Grayscale: #616161. Windows color (decimal): -9021352 or 5789814. OLE color: 5789814.

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

Color convert

RGB1188888-
CMYK00.250.250.54
HSL14.56%40.39%-
HSV(B)25.42%46.27%-
XYZ12.7211.5410.79-
YUV96.97122.94143-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=40.14%
G=29.93%
B=29.93%

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
Decimal118888800.250.250.54014.5640.39
Hex76585801919360f28
Octal166130130031316601750
Binary1110110101100010110000110011100111011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765858; }

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

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

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

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

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

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

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

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