#757069

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

Shades of Sandstone #757069

Tints of Sandstone #757069

Color information

#757069 (or 0x757069) is unknown color: approx Sandstone. HEX triplet: 75, 70 and 69. RGB value is (117,112,105). Sum of RGB (Red+Green+Blue) = 117+112+105=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #757069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757069 is #8A8F96. Grayscale: #707070. Windows color (decimal): -9080727 or 6910069. OLE color: 6910069.

HSL color Cylindrical-coordinate representation of color #757069: hue angle of 35º 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 #757069 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB117112105-
CMYK00.040.100.54
HSL35º5.41%43.53%-
HSV(B)35º10.26%45.88%-
XYZ15.6816.3915.7-
YUV112.7123.66131.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=35.03%
G=33.53%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711210500.040.100.54355.4143.53
Hex75706904A362352c
Octal16516015104126643554
Binary11101011110000110100101001010110110100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757069; }

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

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

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

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

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

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

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

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