#726E58

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

Shades of Flint #726E58

Tints of Flint #726E58

Color information

#726E58 (or 0x726E58) is unknown color: approx Flint. HEX triplet: 72, 6E and 58. RGB value is (114,110,88). Sum of RGB (Red+Green+Blue) = 114+110+88=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E58 is #8D91A7. Grayscale: #6C6C6C. Windows color (decimal): -9277864 or 5795442. OLE color: 5795442.

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

Color convert

RGB11411088-
CMYK00.040.230.55
HSL50.77º12.87%39.61%-
HSV(B)50.77º22.81%44.71%-
XYZ14.2815.4311.46-
YUV108.69116.33131.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 88 (34.77% from 255) = 28.21%
R=36.54%
G=35.26%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141108800.040.230.5550.7712.8739.61
Hex726E5804173733d28
Octal162156130042767631550
Binary1110010110111010110000100101111101111100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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