#757365

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

Shades of Flint #757365

Tints of Flint #757365

Color information

#757365 (or 0x757365) is unknown color: approx Flint. HEX triplet: 75, 73 and 65. RGB value is (117,115,101). Sum of RGB (Red+Green+Blue) = 117+115+101=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #757365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757365 is #8A8C9A. Grayscale: #727272. Windows color (decimal): -9079963 or 6648693. OLE color: 6648693.

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

Color convert

RGB117115101-
CMYK00.020.140.54
HSL52.5º7.34%42.75%-
HSV(B)52.5º13.68%45.88%-
XYZ15.8216.9814.76-
YUV114120.66130.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=35.14%
G=34.53%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711510100.020.140.5452.57.3442.75
Hex75736502E363472b
Octal16516314502166664753
Binary1110101111001111001010101110110110110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757365; }

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

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

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

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

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

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

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

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