#756D66

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

Shades of Sandstone #756D66

Tints of Sandstone #756D66

Color information

#756D66 (or 0x756D66) is unknown color: approx Sandstone. HEX triplet: 75, 6D and 66. RGB value is (117,109,102). Sum of RGB (Red+Green+Blue) = 117+109+102=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D66 is #8A9299. Grayscale: #6E6E6E. Windows color (decimal): -9081498 or 6712693. OLE color: 6712693.

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

Color convert

RGB117109102-
CMYK00.070.130.54
HSL28º6.85%42.94%-
HSV(B)28º12.82%45.88%-
XYZ15.215.6814.8-
YUV110.59123.15132.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=35.67%
G=33.23%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710910200.070.130.54286.8542.94
Hex756D6607D361c72b
Octal16515514607156634753
Binary1110101110110111001100111110111011011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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