#766A60

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

Shades of Sandstone #766A60

Tints of Sandstone #766A60

Color information

#766A60 (or 0x766A60) is unknown color: approx Sandstone. HEX triplet: 76, 6A and 60. RGB value is (118,106,96). Sum of RGB (Red+Green+Blue) = 118+106+96=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A60 is #89959F. Grayscale: #6C6C6C. Windows color (decimal): -9016736 or 6318710. OLE color: 6318710.

HSL color Cylindrical-coordinate representation of color #766A60: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766A60 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11810696-
CMYK00.100.190.54
HSL27.27º10.28%41.96%-
HSV(B)27.27º18.64%46.27%-
XYZ14.741513.19-
YUV108.45120.98134.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 96 (37.89% from 255) = 30%
R=36.88%
G=33.12%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181069600.100.190.5427.2710.2841.96
Hex766A600A13361ba2a
Octal1661521400122366331252
Binary1110110110101011000000101010011110110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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