#726F57

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

Shades of Flint #726F57

Tints of Flint #726F57

Color information

#726F57 (or 0x726F57) is unknown color: approx Flint. HEX triplet: 72, 6F and 57. RGB value is (114,111,87). Sum of RGB (Red+Green+Blue) = 114+111+87=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F57 is #8D90A8. Grayscale: #6D6D6D. Windows color (decimal): -9277609 or 5730162. OLE color: 5730162.

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

Color convert

RGB11411187-
CMYK00.030.240.55
HSL53.33º13.43%39.41%-
HSV(B)53.33º23.68%44.71%-
XYZ14.3415.6311.28-
YUV109.16115.49131.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 87 (34.38% from 255) = 27.88%
R=36.54%
G=35.58%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141118700.030.240.5553.3313.4339.41
Hex726F5703183735d27
Octal162157127033067651547
Binary111001011011111010111011110001101111101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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