#757361

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

Shades of Flint #757361

Tints of Flint #757361

Color information

#757361 (or 0x757361) is unknown color: approx Flint. HEX triplet: 75, 73 and 61. RGB value is (117,115,97). Sum of RGB (Red+Green+Blue) = 117+115+97=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #757361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757361 is #8A8C9E. Grayscale: #717171. Windows color (decimal): -9079967 or 6386549. OLE color: 6386549.

HSL color Cylindrical-coordinate representation of color #757361: hue angle of 54º 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 #757361 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB11711597-
CMYK00.020.170.54
HSL54º9.35%41.96%-
HSV(B)54º17.09%45.88%-
XYZ15.6216.9113.75-
YUV113.55118.66130.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=35.56%
G=34.95%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171159700.020.170.54549.3541.96
Hex7573610211363692a
Octal165163141022166661152
Binary111010111100111100001010100011101101101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757361; }

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

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

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

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

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

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

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

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