#766E64

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

Shades of Sandstone #766E64

Tints of Sandstone #766E64

Color information

#766E64 (or 0x766E64) is unknown color: approx Sandstone. HEX triplet: 76, 6E and 64. RGB value is (118,110,100). Sum of RGB (Red+Green+Blue) = 118+110+100=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #766E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E64 is #89919B. Grayscale: #6F6F6F. Windows color (decimal): -9015708 or 6581878. OLE color: 6581878.

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

Color convert

RGB118110100-
CMYK00.070.150.54
HSL33.33º8.26%42.75%-
HSV(B)33.33º15.25%46.27%-
XYZ15.3515.9214.32-
YUV111.25121.65132.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=35.98%
G=33.54%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811010000.070.150.5433.338.2642.75
Hex766E6407F362182b
Octal166156144071766411053
Binary111011011011101100100011111111101101000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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