#756E67

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

Shades of Sandstone #756E67

Tints of Sandstone #756E67

Color information

#756E67 (or 0x756E67) is unknown color: approx Sandstone. HEX triplet: 75, 6E and 67. RGB value is (117,110,103). Sum of RGB (Red+Green+Blue) = 117+110+103=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #756E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E67 is #8A9198. Grayscale: #6F6F6F. Windows color (decimal): -9081241 or 6778485. OLE color: 6778485.

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

Color convert

RGB117110103-
CMYK00.060.120.54
HSL30º6.36%43.14%-
HSV(B)30º11.97%45.88%-
XYZ15.3615.9115.09-
YUV111.3123.32132.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=35.45%
G=33.33%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711010300.060.120.54306.3643.14
Hex756E6706C361e62b
Octal16515614706146636653
Binary1110101110111011001110110110011011011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,110,103); }

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

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

 a { background-color: rgb(117,110,103); }

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

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

 span { border-color: rgb(117,110,103); }

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