#775959

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

Shades of Zambezi #775959

Tints of Zambezi #775959

Color information

#775959 (or 0x775959) is unknown color: approx Zambezi. HEX triplet: 77, 59 and 59. RGB value is (119,89,89). Sum of RGB (Red+Green+Blue) = 119+89+89=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #775959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775959 is #88A6A6. Grayscale: #626262. Windows color (decimal): -8955559 or 5855607. OLE color: 5855607.

HSL color Cylindrical-coordinate representation of color #775959: hue angle of 0º 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 #775959 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1198989-
CMYK00.250.250.53
HSL14.42%40.78%-
HSV(B)25.21%46.67%-
XYZ12.9811.7911.04-
YUV97.97122.94143-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=40.07%
G=29.97%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119898900.250.250.53014.4240.78
Hex77595901919350e29
Octal167131131031316501651
Binary1110111101100110110010110011100111010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775959; }

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

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

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

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

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

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

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

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