#757163

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

Shades of Flint #757163

Tints of Flint #757163

Color information

#757163 (or 0x757163) is unknown color: approx Flint. HEX triplet: 75, 71 and 63. RGB value is (117,113,99). Sum of RGB (Red+Green+Blue) = 117+113+99=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #757163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757163 is #8A8E9C. Grayscale: #707070. Windows color (decimal): -9080477 or 6517109. OLE color: 6517109.

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

Color convert

RGB11711399-
CMYK00.030.150.54
HSL46.67º8.33%42.35%-
HSV(B)46.67º15.38%45.88%-
XYZ15.4916.4914.17-
YUV112.6120.33131.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=35.56%
G=34.35%
B=30.09%

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
Decimal1171139900.030.150.5446.678.3342.35
Hex75716303F362f82a
Octal165161143031766571052
Binary11101011110001110001101111111101101011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757163; }

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

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

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

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

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

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

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

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