#726C5C

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

Shades of Flint #726C5C

Tints of Flint #726C5C

Color information

#726C5C (or 0x726C5C) is unknown color: approx Flint. HEX triplet: 72, 6C and 5C. RGB value is (114,108,92). Sum of RGB (Red+Green+Blue) = 114+108+92=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C5C is #8D93A3. Grayscale: #6C6C6C. Windows color (decimal): -9278372 or 6057074. OLE color: 6057074.

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

Color convert

RGB11410892-
CMYK00.050.190.55
HSL43.64º10.68%40.39%-
HSV(B)43.64º19.3%44.71%-
XYZ14.2315.0812.28-
YUV107.97118.99132.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=36.31%
G=34.39%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141089200.050.190.5543.6410.6840.39
Hex726C5C0513372cb28
Octal162154134052367541350
Binary1110010110110010111000101100111101111011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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