#766060

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

Shades of Zambezi #766060

Tints of Zambezi #766060

Color information

#766060 (or 0x766060) is unknown color: approx Zambezi. HEX triplet: 76, 60 and 60. RGB value is (118,96,96). Sum of RGB (Red+Green+Blue) = 118+96+96=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #766060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766060 is #899F9F. Grayscale: #666666. Windows color (decimal): -9019296 or 6316150. OLE color: 6316150.

HSL color Cylindrical-coordinate representation of color #766060: hue angle of 0º degrees, saturation: 0.1, 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 #766060 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1189696-
CMYK00.190.190.54
HSL10.28%41.96%-
HSV(B)18.64%46.27%-
XYZ13.7713.0612.86-
YUV102.58124.29139-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=38.06%
G=30.97%
B=30.97%

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
Decimal118969600.190.190.54010.2841.96
Hex76606001313360a2a
Octal166140140023236601252
Binary1110110110000011000000100111001111011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766060; }

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

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

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

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

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

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

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

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