#766161

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

Shades of Zambezi #766161

Tints of Zambezi #766161

Color information

#766161 (or 0x766161) is unknown color: approx Zambezi. HEX triplet: 76, 61 and 61. RGB value is (118,97,97). Sum of RGB (Red+Green+Blue) = 118+97+97=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #766161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766161 is #899E9E. Grayscale: #676767. Windows color (decimal): -9019039 or 6381942. OLE color: 6381942.

HSL color Cylindrical-coordinate representation of color #766161: 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.18%. Process color model (Four color, CMYK) of #766161 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1189797-
CMYK00.180.180.54
HSL9.77%42.16%-
HSV(B)17.8%46.27%-
XYZ13.913.2613.14-
YUV103.28124.46138.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=37.82%
G=31.09%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118979700.180.180.5409.7742.16
Hex76616101212360a2a
Octal166141141022226601252
Binary1110110110000111000010100101001011011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766161; }

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

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

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

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

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

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

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

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