#766560

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

Shades of Russett #766560

Tints of Russett #766560

Color information

#766560 (or 0x766560) is unknown color: approx Russett. HEX triplet: 76, 65 and 60. RGB value is (118,101,96). Sum of RGB (Red+Green+Blue) = 118+101+96=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766560 is #899A9F. Grayscale: #696969. Windows color (decimal): -9018016 or 6317430. OLE color: 6317430.

HSL color Cylindrical-coordinate representation of color #766560: hue angle of 13.64º 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 #766560 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11810196-
CMYK00.140.190.54
HSL13.64º10.28%41.96%-
HSV(B)13.64º18.64%46.27%-
XYZ14.241413.02-
YUV105.51122.63136.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=37.46%
G=32.06%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181019600.140.190.5413.6410.2841.96
Hex7665600E1336ea2a
Octal1661451400162366161252
Binary111011011001011100000011101001111011011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766560; }

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

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

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

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

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

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

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

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