#776864

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

Shades of Russett #776864

Tints of Russett #776864

Color information

#776864 (or 0x776864) is unknown color: approx Russett. HEX triplet: 77, 68 and 64. RGB value is (119,104,100). Sum of RGB (Red+Green+Blue) = 119+104+100=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776864 is #88979B. Grayscale: #6C6C6C. Windows color (decimal): -8951708 or 6580343. OLE color: 6580343.

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

Color convert

RGB119104100-
CMYK00.130.160.53
HSL12.63º8.68%42.94%-
HSV(B)12.63º15.97%46.67%-
XYZ14.8614.7414.12-
YUV108.03123.47135.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=36.84%
G=32.20%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910410000.130.160.5312.638.6842.94
Hex7768640D1035d92b
Octal1671501440152065151153
Binary111011111010001100100011011000011010111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776864; }

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

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

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

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

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

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

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

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