#756D68

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

Shades of Sandstone #756D68

Tints of Sandstone #756D68

Color information

#756D68 (or 0x756D68) is unknown color: approx Sandstone. HEX triplet: 75, 6D and 68. RGB value is (117,109,104). Sum of RGB (Red+Green+Blue) = 117+109+104=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #756D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D68 is #8A9297. Grayscale: #6E6E6E. Windows color (decimal): -9081496 or 6843765. OLE color: 6843765.

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

Color convert

RGB117109104-
CMYK00.070.110.54
HSL23.08º5.88%43.33%-
HSV(B)23.08º11.11%45.88%-
XYZ15.315.7215.32-
YUV110.82124.15132.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=35.45%
G=33.03%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710910400.070.110.5423.085.8843.33
Hex756D6807B361762b
Octal16515515007136627653
Binary1110101110110111010000111101111011010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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