#75716E

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

Shades of Sandstone #75716E

Tints of Sandstone #75716E

Color information

#75716E (or 0x75716E) is unknown color: approx Sandstone. HEX triplet: 75, 71 and 6E. RGB value is (117,113,110). Sum of RGB (Red+Green+Blue) = 117+113+110=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 117 - color contains mainly: red. Hex color #75716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75716E is #8A8E91. Grayscale: #717171. Windows color (decimal): -9080466 or 7238005. OLE color: 7238005.

HSL color Cylindrical-coordinate representation of color #75716E: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #75716E is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB117113110-
CMYK00.030.060.54
HSL25.71º3.08%44.51%-
HSV(B)25.71º5.98%45.88%-
XYZ16.0616.7217.13-
YUV113.85125.83130.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=34.41%
G=33.24%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711311000.030.060.5425.713.0844.51
Hex75716E036361a32d
Octal1651611560366632355
Binary1110101111000111011100111101101101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75716E; }

 p { color: rgb(117,113,110); }

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

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

 a { background-color: rgb(117,113,110); }

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

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

 span { border-color: rgb(117,113,110); }

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