#756B5F

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

Shades of Sandstone #756B5F

Tints of Sandstone #756B5F

Color information

#756B5F (or 0x756B5F) is unknown color: approx Sandstone. HEX triplet: 75, 6B and 5F. RGB value is (117,107,95). Sum of RGB (Red+Green+Blue) = 117+107+95=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B5F is #8A94A0. Grayscale: #6C6C6C. Windows color (decimal): -9082017 or 6253429. OLE color: 6253429.

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

Color convert

RGB11710795-
CMYK00.090.190.54
HSL32.73º10.38%41.57%-
HSV(B)32.73º18.8%45.88%-
XYZ14.6615.1212.97-
YUV108.62120.31133.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=36.68%
G=33.54%
B=29.78%

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
Decimal1171079500.090.190.5432.7310.3841.57
Hex756B5F09133621a2a
Octal1651531370112366411252
Binary11101011101011101111101001100111101101000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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