#75706A

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

Shades of Sandstone #75706A

Tints of Sandstone #75706A

Color information

#75706A (or 0x75706A) is unknown color: approx Sandstone. HEX triplet: 75, 70 and 6A. RGB value is (117,112,106). Sum of RGB (Red+Green+Blue) = 117+112+106=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #75706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75706A is #8A8F95. Grayscale: #707070. Windows color (decimal): -9080726 or 6975605. OLE color: 6975605.

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

Color convert

RGB117112106-
CMYK00.040.090.54
HSL32.73º4.93%43.73%-
HSV(B)32.73º9.4%45.88%-
XYZ15.7316.4115.97-
YUV112.81124.16130.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=34.93%
G=33.43%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711210600.040.090.5432.734.9343.73
Hex75706A049362152c
Octal16516015204116641554
Binary11101011110000110101001001001110110100001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75706A; }

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

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

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

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

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

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

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

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