#756B5C

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

Shades of Sandstone #756B5C

Tints of Sandstone #756B5C

Color information

#756B5C (or 0x756B5C) is unknown color: approx Sandstone. HEX triplet: 75, 6B and 5C. RGB value is (117,107,92). Sum of RGB (Red+Green+Blue) = 117+107+92=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B5C is #8A94A3. Grayscale: #6C6C6C. Windows color (decimal): -9082020 or 6056821. OLE color: 6056821.

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

Color convert

RGB11710792-
CMYK00.090.210.54
HSL36º11.96%40.98%-
HSV(B)36º21.37%45.88%-
XYZ14.5315.0712.27-
YUV108.28118.81134.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=37.03%
G=33.86%
B=29.11%

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
Decimal1171079200.090.210.543611.9640.98
Hex756B5C09153624c29
Octal1651531340112566441451
Binary11101011101011101110001001101011101101001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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