#776860

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

Shades of Russett #776860

Tints of Russett #776860

Color information

#776860 (or 0x776860) is unknown color: approx Russett. HEX triplet: 77, 68 and 60. RGB value is (119,104,96). Sum of RGB (Red+Green+Blue) = 119+104+96=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776860 is #88979F. Grayscale: #6B6B6B. Windows color (decimal): -8951712 or 6318199. OLE color: 6318199.

HSL color Cylindrical-coordinate representation of color #776860: hue angle of 20.87º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776860 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB11910496-
CMYK00.130.190.53
HSL20.87º10.7%42.16%-
HSV(B)20.87º19.33%46.67%-
XYZ14.6714.6713.12-
YUV107.57121.47136.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=37.30%
G=32.60%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191049600.130.190.5320.8710.742.16
Hex7768600D133515b2a
Octal1671501400152365251352
Binary1110111110100011000000110110011110101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776860; }

 p { color: rgb(119,104,96); }

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

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

 a { background-color: rgb(119,104,96); }

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

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

 span { border-color: rgb(119,104,96); }

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