#726F62

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

Shades of Flint #726F62

Tints of Flint #726F62

Color information

#726F62 (or 0x726F62) is unknown color: approx Flint. HEX triplet: 72, 6F and 62. RGB value is (114,111,98). Sum of RGB (Red+Green+Blue) = 114+111+98=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #726F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F62 is #8D909D. Grayscale: #6E6E6E. Windows color (decimal): -9277598 or 6451058. OLE color: 6451058.

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

Color convert

RGB11411198-
CMYK00.030.140.55
HSL48.75º7.55%41.57%-
HSV(B)48.75º14.04%44.71%-
XYZ14.8315.8313.83-
YUV110.42120.99130.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=35.29%
G=34.37%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141119800.030.140.5548.757.5541.57
Hex726F6203E373182a
Octal162157142031667611052
Binary11100101101111110001001111101101111100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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