#765C5C

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

Shades of Zambezi #765C5C

Tints of Zambezi #765C5C

Color information

#765C5C (or 0x765C5C) is unknown color: approx Zambezi. HEX triplet: 76, 5C and 5C. RGB value is (118,92,92). Sum of RGB (Red+Green+Blue) = 118+92+92=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C5C is #89A3A3. Grayscale: #636363. Windows color (decimal): -9020324 or 6052982. OLE color: 6052982.

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

Color convert

RGB1189292-
CMYK00.220.220.54
HSL12.38%41.18%-
HSV(B)22.03%46.27%-
XYZ13.2312.2811.8-
YUV99.77123.61141-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 92 (36.33% from 255) = 30.46%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=39.07%
G=30.46%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118929200.220.220.54012.3841.18
Hex765C5C01616360c29
Octal166134134026266601451
Binary1110110101110010111000101101011011011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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