#757364

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

Shades of Flint #757364

Tints of Flint #757364

Color information

#757364 (or 0x757364) is unknown color: approx Flint. HEX triplet: 75, 73 and 64. RGB value is (117,115,100). Sum of RGB (Red+Green+Blue) = 117+115+100=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #757364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757364 is #8A8C9B. Grayscale: #717171. Windows color (decimal): -9079964 or 6583157. OLE color: 6583157.

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

Color convert

RGB117115100-
CMYK00.020.150.54
HSL52.94º7.83%42.55%-
HSV(B)52.94º14.53%45.88%-
XYZ15.7716.9614.5-
YUV113.89120.16130.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=35.24%
G=34.64%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711510000.020.150.5452.947.8342.55
Hex75736402F363582b
Octal165163144021766651053
Binary11101011110011110010001011111101101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757364; }

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

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

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

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

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

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

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

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