#727160

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

Shades of Flint #727160

Tints of Flint #727160

Color information

#727160 (or 0x727160) is unknown color: approx Flint. HEX triplet: 72, 71 and 60. RGB value is (114,113,96). Sum of RGB (Red+Green+Blue) = 114+113+96=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #727160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727160 is #8D8E9F. Grayscale: #6F6F6F. Windows color (decimal): -9277088 or 6320498. OLE color: 6320498.

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

Color convert

RGB11411396-
CMYK00.010.160.55
HSL56.67º8.57%41.18%-
HSV(B)56.67º15.79%44.71%-
XYZ14.9616.2313.41-
YUV111.36119.33129.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=35.29%
G=34.98%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141139600.010.160.5556.678.5741.18
Hex72716001103739929
Octal162161140012067711151
Binary11100101110001110000001100001101111110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727160; }

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

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

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

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

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

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

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

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