#726F58

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

Shades of Flint #726F58

Tints of Flint #726F58

Color information

#726F58 (or 0x726F58) is unknown color: approx Flint. HEX triplet: 72, 6F and 58. RGB value is (114,111,88). Sum of RGB (Red+Green+Blue) = 114+111+88=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F58 is #8D90A7. Grayscale: #6D6D6D. Windows color (decimal): -9277608 or 5795698. OLE color: 5795698.

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

Color convert

RGB11411188-
CMYK00.030.230.55
HSL53.08º12.87%39.61%-
HSV(B)53.08º22.81%44.71%-
XYZ14.3915.6511.5-
YUV109.28115.99131.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=36.42%
G=35.46%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141118800.030.230.5553.0812.8739.61
Hex726F5803173735d28
Octal162157130032767651550
Binary111001011011111011000011101111101111101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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