#75706B

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

Shades of Sandstone #75706B

Tints of Sandstone #75706B

Color information

#75706B (or 0x75706B) is unknown color: approx Sandstone. HEX triplet: 75, 70 and 6B. RGB value is (117,112,107). Sum of RGB (Red+Green+Blue) = 117+112+107=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #75706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75706B is #8A8F94. Grayscale: #707070. Windows color (decimal): -9080725 or 7041141. OLE color: 7041141.

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

Color convert

RGB117112107-
CMYK00.040.090.54
HSL30º4.46%43.92%-
HSV(B)30º8.55%45.88%-
XYZ15.7816.4316.25-
YUV112.93124.66130.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=34.82%
G=33.33%
B=31.85%

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
Decimal11711210700.040.090.54304.4643.92
Hex75706B049361e42c
Octal16516015304116636454
Binary1110101111000011010110100100111011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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