#766B5F

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

Shades of Sandstone #766B5F

Tints of Sandstone #766B5F

Color information

#766B5F (or 0x766B5F) is unknown color: approx Sandstone. HEX triplet: 76, 6B and 5F. RGB value is (118,107,95). Sum of RGB (Red+Green+Blue) = 118+107+95=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B5F is #8994A0. Grayscale: #6C6C6C. Windows color (decimal): -9016481 or 6253430. OLE color: 6253430.

HSL color Cylindrical-coordinate representation of color #766B5F: hue angle of 31.3º degrees, saturation: 0.11, 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 #766B5F is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11810795-
CMYK00.090.190.54
HSL31.3º10.8%41.76%-
HSV(B)31.3º19.49%46.27%-
XYZ14.7915.1912.98-
YUV108.92120.14134.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=36.88%
G=33.44%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181079500.090.190.5431.310.841.76
Hex766B5F0913361fb2a
Octal1661531370112366371352
Binary1110110110101110111110100110011110110111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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