#726F5D

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

Shades of Flint #726F5D

Tints of Flint #726F5D

Color information

#726F5D (or 0x726F5D) is unknown color: approx Flint. HEX triplet: 72, 6F and 5D. RGB value is (114,111,93). Sum of RGB (Red+Green+Blue) = 114+111+93=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #726F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F5D is #8D90A2. Grayscale: #6D6D6D. Windows color (decimal): -9277603 or 6123378. OLE color: 6123378.

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

Color convert

RGB11411193-
CMYK00.030.180.55
HSL51.43º10.14%40.59%-
HSV(B)51.43º18.42%44.71%-
XYZ14.615.7412.62-
YUV109.84118.49130.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=35.85%
G=34.91%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141119300.030.180.5551.4310.1440.59
Hex726F5D03123733a29
Octal162157135032267631251
Binary111001011011111011101011100101101111100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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