#757264

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

Shades of Flint #757264

Tints of Flint #757264

Color information

#757264 (or 0x757264) is unknown color: approx Flint. HEX triplet: 75, 72 and 64. RGB value is (117,114,100). Sum of RGB (Red+Green+Blue) = 117+114+100=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #757264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757264 is #8A8D9B. Grayscale: #717171. Windows color (decimal): -9080220 or 6582901. OLE color: 6582901.

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

Color convert

RGB117114100-
CMYK00.030.150.54
HSL49.41º7.83%42.55%-
HSV(B)49.41º14.53%45.88%-
XYZ15.6516.7414.46-
YUV113.3120.49130.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=35.35%
G=34.44%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711410000.030.150.5449.417.8342.55
Hex75726403F363182b
Octal165162144031766611053
Binary11101011110010110010001111111101101100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757264; }

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

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

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

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

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

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

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

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