#775958

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

Shades of Zambezi #775958

Tints of Zambezi #775958

Color information

#775958 (or 0x775958) is unknown color: approx Zambezi. HEX triplet: 77, 59 and 58. RGB value is (119,89,88). Sum of RGB (Red+Green+Blue) = 119+89+88=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #775958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775958 is #88A6A7. Grayscale: #616161. Windows color (decimal): -8955560 or 5790071. OLE color: 5790071.

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

Color convert

RGB1198988-
CMYK00.250.260.53
HSL1.94º14.98%40.59%-
HSV(B)1.94º26.05%46.67%-
XYZ12.9411.7710.82-
YUV97.86122.44143.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=40.20%
G=30.07%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119898800.250.260.531.9414.9840.59
Hex7759580191A352f29
Octal167131130031326521751
Binary11101111011001101100001100111010110101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775958; }

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

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

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

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

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

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

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

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