#775C59

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

Shades of Zambezi #775C59

Tints of Zambezi #775C59

Color information

#775C59 (or 0x775C59) is unknown color: approx Zambezi. HEX triplet: 77, 5C and 59. RGB value is (119,92,89). Sum of RGB (Red+Green+Blue) = 119+92+89=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #775C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C59 is #88A3A6. Grayscale: #636363. Windows color (decimal): -8954791 or 5856375. OLE color: 5856375.

HSL color Cylindrical-coordinate representation of color #775C59: hue angle of 6º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #775C59 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1199289-
CMYK00.230.250.53
HSL14.42%40.78%-
HSV(B)25.21%46.67%-
XYZ13.2412.311.13-
YUV99.73121.95141.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 92 (36.33% from 255) = 30.67%
BLUE value IS 89 (35.16% from 255) = 29.67%
R=39.67%
G=30.67%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119928900.230.250.53614.4240.78
Hex775C5901719356e29
Octal167134131027316561651
Binary111011110111001011001010111110011101011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,92,89); }

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

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

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

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

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

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

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