#766C5E

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

Shades of Sandstone #766C5E

Tints of Sandstone #766C5E

Color information

#766C5E (or 0x766C5E) is unknown color: approx Sandstone. HEX triplet: 76, 6C and 5E. RGB value is (118,108,94). Sum of RGB (Red+Green+Blue) = 118+108+94=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C5E is #8993A1. Grayscale: #6D6D6D. Windows color (decimal): -9016226 or 6188150. OLE color: 6188150.

HSL color Cylindrical-coordinate representation of color #766C5E: hue angle of 35º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #766C5E is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11810894-
CMYK00.080.200.54
HSL35º11.32%41.57%-
HSV(B)35º20.34%46.27%-
XYZ14.8515.3812.78-
YUV109.39119.31134.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=36.88%
G=33.75%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181089400.080.200.543511.3241.57
Hex766C5E08143623b2a
Octal1661541360102466431352
Binary11101101101100101111001000101001101101000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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