#766B5B

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

Shades of Sandstone #766B5B

Tints of Sandstone #766B5B

Color information

#766B5B (or 0x766B5B) is unknown color: approx Sandstone. HEX triplet: 76, 6B and 5B. RGB value is (118,107,91). Sum of RGB (Red+Green+Blue) = 118+107+91=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B5B is #8994A4. Grayscale: #6C6C6C. Windows color (decimal): -9016485 or 5991286. OLE color: 5991286.

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

Color convert

RGB11810791-
CMYK00.090.230.54
HSL35.56º12.92%40.98%-
HSV(B)35.56º22.88%46.27%-
XYZ14.6215.1212.05-
YUV108.46118.14134.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=37.34%
G=33.86%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181079100.090.230.5435.5612.9240.98
Hex766B5B09173624d29
Octal1661531330112766441551
Binary11101101101011101101101001101111101101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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