#775C5C

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

Shades of Zambezi #775C5C

Tints of Zambezi #775C5C

Color information

#775C5C (or 0x775C5C) is unknown color: approx Zambezi. HEX triplet: 77, 5C and 5C. RGB value is (119,92,92). Sum of RGB (Red+Green+Blue) = 119+92+92=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C5C is #88A3A3. Grayscale: #646464. Windows color (decimal): -8954788 or 6052983. OLE color: 6052983.

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

Color convert

RGB1199292-
CMYK00.230.230.53
HSL12.8%41.37%-
HSV(B)22.69%46.67%-
XYZ13.3712.3511.8-
YUV100.07123.45141.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=39.27%
G=30.36%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119929200.230.230.53012.841.37
Hex775C5C01717350d29
Octal167134134027276501551
Binary1110111101110010111000101111011111010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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