#766C64

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

Shades of Sandstone #766C64

Tints of Sandstone #766C64

Color information

#766C64 (or 0x766C64) is unknown color: approx Sandstone. HEX triplet: 76, 6C and 64. RGB value is (118,108,100). Sum of RGB (Red+Green+Blue) = 118+108+100=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #766C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C64 is #89939B. Grayscale: #6E6E6E. Windows color (decimal): -9016220 or 6581366. OLE color: 6581366.

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

Color convert

RGB118108100-
CMYK00.080.150.54
HSL26.67º8.26%42.75%-
HSV(B)26.67º15.25%46.27%-
XYZ15.1315.514.25-
YUV110.08122.31133.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=36.20%
G=33.13%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810810000.080.150.5426.678.2642.75
Hex766C6408F361b82b
Octal1661541440101766331053
Binary111011011011001100100010001111110110110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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