#757159

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

Shades of Flint #757159

Tints of Flint #757159

Color information

#757159 (or 0x757159) is unknown color: approx Flint. HEX triplet: 75, 71 and 59. RGB value is (117,113,89). Sum of RGB (Red+Green+Blue) = 117+113+89=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #757159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757159 is #8A8EA6. Grayscale: #6F6F6F. Windows color (decimal): -9080487 or 5861749. OLE color: 5861749.

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

Color convert

RGB11711389-
CMYK00.030.240.54
HSL51.43º13.59%40.39%-
HSV(B)51.43º23.93%45.88%-
XYZ15.0416.3111.81-
YUV111.46115.33131.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 89 (35.16% from 255) = 27.90%
R=36.68%
G=35.42%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171138900.030.240.5451.4313.5940.39
Hex75715903183633e28
Octal165161131033066631650
Binary111010111100011011001011110001101101100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757159; }

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

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

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

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

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

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

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

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