#776C66

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

Shades of Russett #776C66

Tints of Russett #776C66

Color information

#776C66 (or 0x776C66) is unknown color: approx Russett. HEX triplet: 77, 6C and 66. RGB value is (119,108,102). Sum of RGB (Red+Green+Blue) = 119+108+102=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #776C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C66 is #889399. Grayscale: #6E6E6E. Windows color (decimal): -8950682 or 6712439. OLE color: 6712439.

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

Color convert

RGB119108102-
CMYK00.090.140.53
HSL21.18º7.69%43.33%-
HSV(B)21.18º14.29%46.67%-
XYZ15.3715.6114.77-
YUV110.6123.14133.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=36.17%
G=32.83%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910810200.090.140.5321.187.6943.33
Hex776C6609E351582b
Octal1671541460111665251053
Binary111011111011001100110010011110110101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C66; }

 p { color: rgb(119,108,102); }

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

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

 a { background-color: rgb(119,108,102); }

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

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

 span { border-color: rgb(119,108,102); }

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