#727062

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

Shades of Flint #727062

Tints of Flint #727062

Color information

#727062 (or 0x727062) is unknown color: approx Flint. HEX triplet: 72, 70 and 62. RGB value is (114,112,98). Sum of RGB (Red+Green+Blue) = 114+112+98=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #727062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727062 is #8D8F9D. Grayscale: #6F6F6F. Windows color (decimal): -9277342 or 6451314. OLE color: 6451314.

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

Color convert

RGB11411298-
CMYK00.020.140.55
HSL52.5º7.55%41.57%-
HSV(B)52.5º14.04%44.71%-
XYZ14.9416.0513.87-
YUV111120.66130.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=35.19%
G=34.57%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141129800.020.140.5552.57.5541.57
Hex72706202E373482a
Octal162160142021667641052
Binary11100101110000110001001011101101111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727062; }

 p { color: rgb(114,112,98); }

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

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

 a { background-color: rgb(114,112,98); }

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

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

 span { border-color: rgb(114,112,98); }

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