#756D62

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

Shades of Sandstone #756D62

Tints of Sandstone #756D62

Color information

#756D62 (or 0x756D62) is unknown color: approx Sandstone. HEX triplet: 75, 6D and 62. RGB value is (117,109,98). Sum of RGB (Red+Green+Blue) = 117+109+98=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #756D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D62 is #8A929D. Grayscale: #6E6E6E. Windows color (decimal): -9081502 or 6450549. OLE color: 6450549.

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

Color convert

RGB11710998-
CMYK00.070.160.54
HSL34.74º8.84%42.16%-
HSV(B)34.74º16.24%45.88%-
XYZ15.0115.613.78-
YUV110.14121.15132.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=36.11%
G=33.64%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171099800.070.160.5434.748.8442.16
Hex756D620710362392a
Octal165155142072066431152
Binary1110101110110111000100111100001101101000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,109,98); }

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

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

 a { background-color: rgb(117,109,98); }

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

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

 span { border-color: rgb(117,109,98); }

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