#766E69

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

Shades of Sandstone #766E69

Tints of Sandstone #766E69

Color information

#766E69 (or 0x766E69) is unknown color: approx Sandstone. HEX triplet: 76, 6E and 69. RGB value is (118,110,105). Sum of RGB (Red+Green+Blue) = 118+110+105=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E69 is #899196. Grayscale: #6F6F6F. Windows color (decimal): -9015703 or 6909558. OLE color: 6909558.

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

Color convert

RGB118110105-
CMYK00.070.110.54
HSL23.08º5.83%43.73%-
HSV(B)23.08º11.02%46.27%-
XYZ15.616.0215.64-
YUV111.82124.15132.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=35.44%
G=33.03%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811010500.070.110.5423.085.8343.73
Hex766E6907B361762c
Octal16615615107136627654
Binary1110110110111011010010111101111011010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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