#766B59

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

Shades of Sandstone #766B59

Tints of Sandstone #766B59

Color information

#766B59 (or 0x766B59) is unknown color: approx Sandstone. HEX triplet: 76, 6B and 59. RGB value is (118,107,89). Sum of RGB (Red+Green+Blue) = 118+107+89=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #766B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B59 is #8994A6. Grayscale: #6C6C6C. Windows color (decimal): -9016487 or 5860214. OLE color: 5860214.

HSL color Cylindrical-coordinate representation of color #766B59: hue angle of 37.24º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766B59 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11810789-
CMYK00.090.250.54
HSL37.24º14.01%40.59%-
HSV(B)37.24º24.58%46.27%-
XYZ14.5315.0911.6-
YUV108.24117.14134.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 89 (35.16% from 255) = 28.34%
R=37.58%
G=34.08%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181078900.090.250.5437.2414.0140.59
Hex766B5909193625e29
Octal1661531310113166451651
Binary11101101101011101100101001110011101101001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,89); }

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

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

 a { background-color: rgb(118,107,89); }

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

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

 span { border-color: rgb(118,107,89); }

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