#756B5D

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

Shades of Sandstone #756B5D

Tints of Sandstone #756B5D

Color information

#756B5D (or 0x756B5D) is unknown color: approx Sandstone. HEX triplet: 75, 6B and 5D. RGB value is (117,107,93). Sum of RGB (Red+Green+Blue) = 117+107+93=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #756B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B5D is #8A94A2. Grayscale: #6C6C6C. Windows color (decimal): -9082019 or 6122357. OLE color: 6122357.

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

Color convert

RGB11710793-
CMYK00.090.210.54
HSL35º11.43%41.18%-
HSV(B)35º20.51%45.88%-
XYZ14.5715.0912.5-
YUV108.39119.31134.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=36.91%
G=33.75%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171079300.090.210.543511.4341.18
Hex756B5D09153623b29
Octal1651531350112566431351
Binary11101011101011101110101001101011101101000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756B5D; }

 p { color: rgb(117,107,93); }

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

<style>
 a { background-color: #756B5D; }

 a { background-color: rgb(117,107,93); }

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

<style>
 span { border-color: #756B5D; }

 span { border-color: rgb(117,107,93); }

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