#75716B

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

Shades of Sandstone #75716B

Tints of Sandstone #75716B

Color information

#75716B (or 0x75716B) is unknown color: approx Sandstone. HEX triplet: 75, 71 and 6B. RGB value is (117,113,107). Sum of RGB (Red+Green+Blue) = 117+113+107=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #75716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75716B is #8A8E94. Grayscale: #717171. Windows color (decimal): -9080469 or 7041397. OLE color: 7041397.

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

Color convert

RGB117113107-
CMYK00.030.090.54
HSL36º4.46%43.92%-
HSV(B)36º8.55%45.88%-
XYZ15.916.6516.29-
YUV113.51124.33130.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=34.72%
G=33.53%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711310700.030.090.54364.4643.92
Hex75716B039362442c
Octal16516115303116644454
Binary1110101111000111010110111001110110100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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