#776964

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

Shades of Russett #776964

Tints of Russett #776964

Color information

#776964 (or 0x776964) is unknown color: approx Russett. HEX triplet: 77, 69 and 64. RGB value is (119,105,100). Sum of RGB (Red+Green+Blue) = 119+105+100=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #776964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776964 is #88969B. Grayscale: #6C6C6C. Windows color (decimal): -8951452 or 6580599. OLE color: 6580599.

HSL color Cylindrical-coordinate representation of color #776964: hue angle of 15.79º 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 #776964 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB119105100-
CMYK00.120.160.53
HSL15.79º8.68%42.94%-
HSV(B)15.79º15.97%46.67%-
XYZ14.9614.9514.15-
YUV108.62123.14135.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=36.73%
G=32.41%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910510000.120.160.5315.798.6842.94
Hex7769640C10351092b
Octal1671511440142065201153
Binary1110111110100111001000110010000110101100001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776964; }

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

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

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

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

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

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

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

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