#726E5B

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

Shades of Flint #726E5B

Tints of Flint #726E5B

Color information

#726E5B (or 0x726E5B) is unknown color: approx Flint. HEX triplet: 72, 6E and 5B. RGB value is (114,110,91). Sum of RGB (Red+Green+Blue) = 114+110+91=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E5B is #8D91A4. Grayscale: #6D6D6D. Windows color (decimal): -9277861 or 5992050. OLE color: 5992050.

HSL color Cylindrical-coordinate representation of color #726E5B: hue angle of 49.57º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #726E5B is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11411091-
CMYK00.040.200.55
HSL49.57º11.22%40.2%-
HSV(B)49.57º20.18%44.71%-
XYZ14.415.4812.13-
YUV109.03117.83131.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=36.19%
G=34.92%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141109100.040.200.5549.5711.2240.2
Hex726E5B04143732b28
Octal162156133042467621350
Binary1110010110111010110110100101001101111100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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