#757263

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

Shades of Flint #757263

Tints of Flint #757263

Color information

#757263 (or 0x757263) is unknown color: approx Flint. HEX triplet: 75, 72 and 63. RGB value is (117,114,99). Sum of RGB (Red+Green+Blue) = 117+114+99=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #757263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757263 is #8A8D9C. Grayscale: #717171. Windows color (decimal): -9080221 or 6517365. OLE color: 6517365.

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

Color convert

RGB11711499-
CMYK00.030.150.54
HSL50º8.33%42.35%-
HSV(B)50º15.38%45.88%-
XYZ15.6116.7214.21-
YUV113.19119.99130.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 99 (39.06% from 255) = 30%
R=35.45%
G=34.55%
B=30%

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
Decimal1171149900.030.150.54508.3342.35
Hex75726303F363282a
Octal165162143031766621052
Binary11101011110010110001101111111101101100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757263; }

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

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

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

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

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

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

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

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