#766057

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

Shades of Russett #766057

Tints of Russett #766057

Color information

#766057 (or 0x766057) is unknown color: approx Russett. HEX triplet: 76, 60 and 57. RGB value is (118,96,87). Sum of RGB (Red+Green+Blue) = 118+96+87=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766057 is #899FA8. Grayscale: #656565. Windows color (decimal): -9019305 or 5726326. OLE color: 5726326.

HSL color Cylindrical-coordinate representation of color #766057: hue angle of 17.42º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #766057 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1189687-
CMYK00.190.260.54
HSL17.42º15.12%40.2%-
HSV(B)17.42º26.27%46.27%-
XYZ13.3712.9110.8-
YUV101.55119.79139.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=39.20%
G=31.89%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118968700.190.260.5417.4215.1240.2
Hex7660570131A3611f28
Octal1661401270233266211750
Binary11101101100000101011101001111010110110100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766057; }

 p { color: rgb(118,96,87); }

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

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

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

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

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

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

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