#775F5F

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

Shades of Zambezi #775F5F

Tints of Zambezi #775F5F

Color information

#775F5F (or 0x775F5F) is unknown color: approx Zambezi. HEX triplet: 77, 5F and 5F. RGB value is (119,95,95). Sum of RGB (Red+Green+Blue) = 119+95+95=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #775F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F5F is #88A0A0. Grayscale: #666666. Windows color (decimal): -8954017 or 6250359. OLE color: 6250359.

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

Color convert

RGB1199595-
CMYK00.200.200.53
HSL11.21%41.96%-
HSV(B)20.17%46.67%-
XYZ13.7712.9312.6-
YUV102.18123.95140-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=38.51%
G=30.74%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119959500.200.200.53011.2141.96
Hex775F5F01414350b2a
Octal167137137024246501352
Binary1110111101111110111110101001010011010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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