#757067

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

Shades of Sandstone #757067

Tints of Sandstone #757067

Color information

#757067 (or 0x757067) is unknown color: approx Sandstone. HEX triplet: 75, 70 and 67. RGB value is (117,112,103). Sum of RGB (Red+Green+Blue) = 117+112+103=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #757067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757067 is #8A8F98. Grayscale: #707070. Windows color (decimal): -9080729 or 6778997. OLE color: 6778997.

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

Color convert

RGB117112103-
CMYK00.040.120.54
HSL38.57º6.36%43.14%-
HSV(B)38.57º11.97%45.88%-
XYZ15.5816.3515.17-
YUV112.47122.66131.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=35.24%
G=33.73%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711210300.040.120.5438.576.3643.14
Hex75706704C362762b
Octal16516014704146647653
Binary11101011110000110011101001100110110100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757067; }

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

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

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

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

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

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

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

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