#726C5B

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

Shades of Flint #726C5B

Tints of Flint #726C5B

Color information

#726C5B (or 0x726C5B) is unknown color: approx Flint. HEX triplet: 72, 6C and 5B. RGB value is (114,108,91). Sum of RGB (Red+Green+Blue) = 114+108+91=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C5B is #8D93A4. Grayscale: #6B6B6B. Windows color (decimal): -9278373 or 5991538. OLE color: 5991538.

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

Color convert

RGB11410891-
CMYK00.050.200.55
HSL44.35º11.22%40.2%-
HSV(B)44.35º20.18%44.71%-
XYZ14.1915.0612.06-
YUV107.86118.49132.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=36.42%
G=34.50%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141089100.050.200.5544.3511.2240.2
Hex726C5B0514372cb28
Octal162154133052467541350
Binary1110010110110010110110101101001101111011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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