#766D66

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

Shades of Sandstone #766D66

Tints of Sandstone #766D66

Color information

#766D66 (or 0x766D66) is unknown color: approx Sandstone. HEX triplet: 76, 6D and 66. RGB value is (118,109,102). Sum of RGB (Red+Green+Blue) = 118+109+102=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D66 is #899299. Grayscale: #6E6E6E. Windows color (decimal): -9015962 or 6712694. OLE color: 6712694.

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

Color convert

RGB118109102-
CMYK00.080.140.54
HSL26.25º7.27%43.14%-
HSV(B)26.25º13.56%46.27%-
XYZ15.3415.7514.8-
YUV110.89122.98133.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=35.87%
G=33.13%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810910200.080.140.5426.257.2743.14
Hex766D6608E361a72b
Octal166155146010166632753
Binary11101101101101110011001000111011011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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