#766A66

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

Shades of Russett #766A66

Tints of Russett #766A66

Color information

#766A66 (or 0x766A66) is unknown color: approx Russett. HEX triplet: 76, 6A and 66. RGB value is (118,106,102). Sum of RGB (Red+Green+Blue) = 118+106+102=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #766A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A66 is #899599. Grayscale: #6D6D6D. Windows color (decimal): -9016730 or 6711926. OLE color: 6711926.

HSL color Cylindrical-coordinate representation of color #766A66: hue angle of 15º 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 #766A66 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB118106102-
CMYK00.100.140.54
HSL15º7.27%43.14%-
HSV(B)15º13.56%46.27%-
XYZ15.0215.1214.7-
YUV109.13123.98134.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=36.20%
G=32.52%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810610200.100.140.54157.2743.14
Hex766A660AE36f72b
Octal166152146012166617753
Binary1110110110101011001100101011101101101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A66; }

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

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

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

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

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

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

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

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