#757061

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

Shades of Flint #757061

Tints of Flint #757061

Color information

#757061 (or 0x757061) is unknown color: approx Flint. HEX triplet: 75, 70 and 61. RGB value is (117,112,97). Sum of RGB (Red+Green+Blue) = 117+112+97=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #757061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757061 is #8A8F9E. Grayscale: #6F6F6F. Windows color (decimal): -9080735 or 6385781. OLE color: 6385781.

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

Color convert

RGB11711297-
CMYK00.040.170.54
HSL45º9.35%41.96%-
HSV(B)45º17.09%45.88%-
XYZ15.2916.2313.64-
YUV111.78119.66131.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=35.89%
G=34.36%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171129700.040.170.54459.3541.96
Hex7570610411362d92a
Octal165160141042166551152
Binary1110101111000011000010100100011101101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757061; }

 p { color: rgb(117,112,97); }

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

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

 a { background-color: rgb(117,112,97); }

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

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

 span { border-color: rgb(117,112,97); }

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