#726E5E

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

Shades of Flint #726E5E

Tints of Flint #726E5E

Color information

#726E5E (or 0x726E5E) is unknown color: approx Flint. HEX triplet: 72, 6E and 5E. RGB value is (114,110,94). Sum of RGB (Red+Green+Blue) = 114+110+94=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #726E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E5E is #8D91A1. Grayscale: #6D6D6D. Windows color (decimal): -9277858 or 6188658. OLE color: 6188658.

HSL color Cylindrical-coordinate representation of color #726E5E: hue angle of 48º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #726E5E is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB11411094-
CMYK00.040.180.55
HSL48º9.62%40.78%-
HSV(B)48º17.54%44.71%-
XYZ14.5415.5412.82-
YUV109.37119.33131.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=35.85%
G=34.59%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141109400.040.180.55489.6240.78
Hex726E5E04123730a29
Octal162156136042267601251
Binary1110010110111010111100100100101101111100001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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