#765C56

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

Shades of Russett #765C56

Tints of Russett #765C56

Color information

#765C56 (or 0x765C56) is unknown color: approx Russett. HEX triplet: 76, 5C and 56. RGB value is (118,92,86). Sum of RGB (Red+Green+Blue) = 118+92+86=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #765C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C56 is #89A3A9. Grayscale: #636363. Windows color (decimal): -9020330 or 5659766. OLE color: 5659766.

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

Color convert

RGB1189286-
CMYK00.220.270.54
HSL11.25º15.69%40%-
HSV(B)11.25º27.12%46.27%-
XYZ12.9812.1810.47-
YUV99.09120.61141.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=39.86%
G=31.08%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118928600.220.270.5411.2515.6940
Hex765C560161B36b1028
Octal1661341260263366132050
Binary11101101011100101011001011011011110110101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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