#756A5E

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

Shades of Sandstone #756A5E

Tints of Sandstone #756A5E

Color information

#756A5E (or 0x756A5E) is unknown color: approx Sandstone. HEX triplet: 75, 6A and 5E. RGB value is (117,106,94). Sum of RGB (Red+Green+Blue) = 117+106+94=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #756A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A5E is #8A95A1. Grayscale: #6B6B6B. Windows color (decimal): -9082274 or 6187637. OLE color: 6187637.

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

Color convert

RGB11710694-
CMYK00.090.200.54
HSL31.3º10.9%41.37%-
HSV(B)31.3º19.66%45.88%-
XYZ14.5114.912.7-
YUV107.92120.14134.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=36.91%
G=33.44%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171069400.090.200.5431.310.941.37
Hex756A5E0914361fb29
Octal1651521360112466371351
Binary1110101110101010111100100110100110110111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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