#756958

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

Shades of Sandstone #756958

Tints of Sandstone #756958

Color information

#756958 (or 0x756958) is unknown color: approx Sandstone. HEX triplet: 75, 69 and 58. RGB value is (117,105,88). Sum of RGB (Red+Green+Blue) = 117+105+88=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756958 is #8A96A7. Grayscale: #6A6A6A. Windows color (decimal): -9082536 or 5794165. OLE color: 5794165.

HSL color Cylindrical-coordinate representation of color #756958: hue angle of 35.17º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756958 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11710588-
CMYK00.100.250.54
HSL35.17º14.15%40.2%-
HSV(B)35.17º24.79%45.88%-
XYZ14.1514.5911.3-
YUV106.65117.48135.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 88 (34.77% from 255) = 28.39%
R=37.74%
G=33.87%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171058800.100.250.5435.1714.1540.2
Hex7569580A193623e28
Octal1651511300123166431650
Binary11101011101001101100001010110011101101000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756958; }

 p { color: rgb(117,105,88); }

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

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

 a { background-color: rgb(117,105,88); }

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

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

 span { border-color: rgb(117,105,88); }

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