#726E62

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

Shades of Flint #726E62

Tints of Flint #726E62

Color information

#726E62 (or 0x726E62) is unknown color: approx Flint. HEX triplet: 72, 6E and 62. RGB value is (114,110,98). Sum of RGB (Red+Green+Blue) = 114+110+98=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #726E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E62 is #8D919D. Grayscale: #6D6D6D. Windows color (decimal): -9277854 or 6450802. OLE color: 6450802.

HSL color Cylindrical-coordinate representation of color #726E62: hue angle of 45º 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 #726E62 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11411098-
CMYK00.040.140.55
HSL45º7.55%41.57%-
HSV(B)45º14.04%44.71%-
XYZ14.7215.6113.79-
YUV109.83121.33130.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=35.40%
G=34.16%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141109800.040.140.55457.5541.57
Hex726E6204E372d82a
Octal162156142041667551052
Binary111001011011101100010010011101101111011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726E62; }

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

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

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

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

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

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

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

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