#756A5B

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

Shades of Sandstone #756A5B

Tints of Sandstone #756A5B

Color information

#756A5B (or 0x756A5B) is unknown color: approx Sandstone. HEX triplet: 75, 6A and 5B. RGB value is (117,106,91). Sum of RGB (Red+Green+Blue) = 117+106+91=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A5B is #8A95A4. Grayscale: #6B6B6B. Windows color (decimal): -9082277 or 5991029. OLE color: 5991029.

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

Color convert

RGB11710691-
CMYK00.090.220.54
HSL34.62º12.5%40.78%-
HSV(B)34.62º22.22%45.88%-
XYZ14.3814.8512.01-
YUV107.58118.64134.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=37.26%
G=33.76%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171069100.090.220.5434.6212.540.78
Hex756A5B09163623c29
Octal1651521330112666431451
Binary11101011101010101101101001101101101101000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,106,91); }

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

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

 a { background-color: rgb(117,106,91); }

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

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

 span { border-color: rgb(117,106,91); }

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