#757160

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

Shades of Flint #757160

Tints of Flint #757160

Color information

#757160 (or 0x757160) is unknown color: approx Flint. HEX triplet: 75, 71 and 60. RGB value is (117,113,96). Sum of RGB (Red+Green+Blue) = 117+113+96=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #757160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757160 is #8A8E9F. Grayscale: #707070. Windows color (decimal): -9080480 or 6320501. OLE color: 6320501.

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

Color convert

RGB11711396-
CMYK00.030.180.54
HSL48.57º9.86%41.76%-
HSV(B)48.57º17.95%45.88%-
XYZ15.3516.4413.43-
YUV112.26118.83131.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=35.89%
G=34.66%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171139600.030.180.5448.579.8641.76
Hex75716003123631a2a
Octal165161140032266611252
Binary111010111100011100000011100101101101100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757160; }

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

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

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

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

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

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

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

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