#727163

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

Shades of Flint #727163

Tints of Flint #727163

Color information

#727163 (or 0x727163) is unknown color: approx Flint. HEX triplet: 72, 71 and 63. RGB value is (114,113,99). Sum of RGB (Red+Green+Blue) = 114+113+99=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #727163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727163 is #8D8E9C. Grayscale: #6F6F6F. Windows color (decimal): -9277085 or 6517106. OLE color: 6517106.

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

Color convert

RGB11411399-
CMYK00.010.130.55
HSL56º7.04%41.76%-
HSV(B)56º13.16%44.71%-
XYZ15.116.2914.15-
YUV111.7120.83129.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=34.97%
G=34.66%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141139900.010.130.55567.0441.76
Hex72716301D373872a
Octal16216114301156770752
Binary111001011100011100011011101110111111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727163; }

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

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

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

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

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

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

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

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