#766B5A

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

Shades of Sandstone #766B5A

Tints of Sandstone #766B5A

Color information

#766B5A (or 0x766B5A) is unknown color: approx Sandstone. HEX triplet: 76, 6B and 5A. RGB value is (118,107,90). Sum of RGB (Red+Green+Blue) = 118+107+90=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B5A is #8994A5. Grayscale: #6C6C6C. Windows color (decimal): -9016486 or 5925750. OLE color: 5925750.

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

Color convert

RGB11810790-
CMYK00.090.240.54
HSL36.43º13.46%40.78%-
HSV(B)36.43º23.73%46.27%-
XYZ14.5715.1111.82-
YUV108.35117.64134.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=37.46%
G=33.97%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181079000.090.240.5436.4313.4640.78
Hex766B5A09183624d29
Octal1661531320113066441551
Binary11101101101011101101001001110001101101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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