#765F5F

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

Shades of Zambezi #765F5F

Tints of Zambezi #765F5F

Color information

#765F5F (or 0x765F5F) is unknown color: approx Zambezi. HEX triplet: 76, 5F and 5F. RGB value is (118,95,95). Sum of RGB (Red+Green+Blue) = 118+95+95=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F5F is #89A0A0. Grayscale: #656565. Windows color (decimal): -9019553 or 6250358. OLE color: 6250358.

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

Color convert

RGB1189595-
CMYK00.190.190.54
HSL10.8%41.76%-
HSV(B)19.49%46.27%-
XYZ13.6312.8612.59-
YUV101.88124.12139.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=38.31%
G=30.84%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118959500.190.190.54010.841.76
Hex765F5F01313360b2a
Octal166137137023236601352
Binary1110110101111110111110100111001111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765F5F; }

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

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

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

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

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

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

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

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