#795C5C

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

Shades of Zambezi #795C5C

Tints of Zambezi #795C5C

Color information

#795C5C (or 0x795C5C) is unknown color: approx Zambezi. HEX triplet: 79, 5C and 5C. RGB value is (121,92,92). Sum of RGB (Red+Green+Blue) = 121+92+92=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 121 - color contains mainly: red. Hex color #795C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C5C is #86A3A3. Grayscale: #646464. Windows color (decimal): -8823716 or 6052985. OLE color: 6052985.

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

Color convert

RGB1219292-
CMYK00.240.240.53
HSL13.62%41.76%-
HSV(B)23.97%47.45%-
XYZ13.6412.4911.82-
YUV100.67123.11142.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.67%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=39.67%
G=30.16%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121929200.240.240.53013.6241.76
Hex795C5C01818350e2a
Octal171134134030306501652
Binary1111001101110010111000110001100011010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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