#766966

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

Shades of Russett #766966

Tints of Russett #766966

Color information

#766966 (or 0x766966) is unknown color: approx Russett. HEX triplet: 76, 69 and 66. RGB value is (118,105,102). Sum of RGB (Red+Green+Blue) = 118+105+102=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #766966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766966 is #899699. Grayscale: #6C6C6C. Windows color (decimal): -9016986 or 6711670. OLE color: 6711670.

HSL color Cylindrical-coordinate representation of color #766966: hue angle of 11.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766966 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB118105102-
CMYK00.110.140.54
HSL11.25º7.27%43.14%-
HSV(B)11.25º13.56%46.27%-
XYZ14.9214.9114.66-
YUV108.54124.31134.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=36.31%
G=32.31%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810510200.110.140.5411.257.2743.14
Hex7669660BE36b72b
Octal166151146013166613753
Binary1110110110100111001100101111101101101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766966; }

 p { color: rgb(118,105,102); }

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

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

 a { background-color: rgb(118,105,102); }

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

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

 span { border-color: rgb(118,105,102); }

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