#766460

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

Shades of Russett #766460

Tints of Russett #766460

Color information

#766460 (or 0x766460) is unknown color: approx Russett. HEX triplet: 76, 64 and 60. RGB value is (118,100,96). Sum of RGB (Red+Green+Blue) = 118+100+96=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #766460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766460 is #899B9F. Grayscale: #686868. Windows color (decimal): -9018272 or 6317174. OLE color: 6317174.

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

Color convert

RGB11810096-
CMYK00.150.190.54
HSL10.91º10.28%41.96%-
HSV(B)10.91º18.64%46.27%-
XYZ14.1413.8112.99-
YUV104.93122.96137.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=37.58%
G=31.85%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181009600.150.190.5410.9110.2841.96
Hex7664600F1336ba2a
Octal1661441400172366131252
Binary111011011001001100000011111001111011010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766460; }

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

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

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

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

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

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

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

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