#75716C

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

Shades of Sandstone #75716C

Tints of Sandstone #75716C

Color information

#75716C (or 0x75716C) is unknown color: approx Sandstone. HEX triplet: 75, 71 and 6C. RGB value is (117,113,108). Sum of RGB (Red+Green+Blue) = 117+113+108=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #75716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75716C is #8A8E93. Grayscale: #717171. Windows color (decimal): -9080468 or 7106933. OLE color: 7106933.

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

Color convert

RGB117113108-
CMYK00.030.080.54
HSL33.33º4%44.12%-
HSV(B)33.33º7.69%45.88%-
XYZ15.9516.6716.57-
YUV113.63124.83130.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=34.62%
G=33.43%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711310800.030.080.5433.33444.12
Hex75716C038362142c
Octal16516115403106641454
Binary1110101111000111011000111000110110100001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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