#75715E

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

Shades of Flint #75715E

Tints of Flint #75715E

Color information

#75715E (or 0x75715E) is unknown color: approx Flint. HEX triplet: 75, 71 and 5E. RGB value is (117,113,94). Sum of RGB (Red+Green+Blue) = 117+113+94=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75715E is #8A8EA1. Grayscale: #707070. Windows color (decimal): -9080482 or 6189429. OLE color: 6189429.

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

Color convert

RGB11711394-
CMYK00.030.200.54
HSL49.57º10.9%41.37%-
HSV(B)49.57º19.66%45.88%-
XYZ15.2616.412.95-
YUV112.03117.83131.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=36.11%
G=34.88%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171139400.030.200.5449.5710.941.37
Hex75715E03143632b29
Octal165161136032466621351
Binary111010111100011011110011101001101101100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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