#757466

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

Shades of Flint #757466

Tints of Flint #757466

Color information

#757466 (or 0x757466) is unknown color: approx Flint. HEX triplet: 75, 74 and 66. RGB value is (117,116,102). Sum of RGB (Red+Green+Blue) = 117+116+102=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #757466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757466 is #8A8B99. Grayscale: #727272. Windows color (decimal): -9079706 or 6714485. OLE color: 6714485.

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

Color convert

RGB117116102-
CMYK00.010.130.54
HSL56º6.85%42.94%-
HSV(B)56º12.82%45.88%-
XYZ15.9817.2315.05-
YUV114.7120.83129.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=34.93%
G=34.63%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711610200.010.130.54566.8542.94
Hex75746601D363872b
Octal16516414601156670753
Binary111010111101001100110011101110110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757466; }

 p { color: rgb(117,116,102); }

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

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

 a { background-color: rgb(117,116,102); }

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

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

 span { border-color: rgb(117,116,102); }

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