#726F63

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

Shades of Flint #726F63

Tints of Flint #726F63

Color information

#726F63 (or 0x726F63) is unknown color: approx Flint. HEX triplet: 72, 6F and 63. RGB value is (114,111,99). Sum of RGB (Red+Green+Blue) = 114+111+99=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #726F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F63 is #8D909C. Grayscale: #6E6E6E. Windows color (decimal): -9277597 or 6516594. OLE color: 6516594.

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

Color convert

RGB11411199-
CMYK00.030.130.55
HSL48º7.04%41.76%-
HSV(B)48º13.16%44.71%-
XYZ14.8815.8514.08-
YUV110.53121.49130.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=35.19%
G=34.26%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141119900.030.130.55487.0441.76
Hex726F6303D373072a
Octal16215714303156760752
Binary1110010110111111000110111101110111110000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,111,99); }

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

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

 a { background-color: rgb(114,111,99); }

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

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

 span { border-color: rgb(114,111,99); }

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