#756F69

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

Shades of Sandstone #756F69

Tints of Sandstone #756F69

Color information

#756F69 (or 0x756F69) is unknown color: approx Sandstone. HEX triplet: 75, 6F and 69. RGB value is (117,111,105). Sum of RGB (Red+Green+Blue) = 117+111+105=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F69 is #8A9096. Grayscale: #707070. Windows color (decimal): -9080983 or 6909813. OLE color: 6909813.

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

Color convert

RGB117111105-
CMYK00.050.100.54
HSL30º5.41%43.53%-
HSV(B)30º10.26%45.88%-
XYZ15.5716.1715.67-
YUV112.11123.99131.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=35.14%
G=33.33%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711110500.050.100.54305.4143.53
Hex756F6905A361e52c
Octal16515715105126636554
Binary1110101110111111010010101101011011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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