#726F5C

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

Shades of Flint #726F5C

Tints of Flint #726F5C

Color information

#726F5C (or 0x726F5C) is unknown color: approx Flint. HEX triplet: 72, 6F and 5C. RGB value is (114,111,92). Sum of RGB (Red+Green+Blue) = 114+111+92=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #726F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F5C is #8D90A3. Grayscale: #6D6D6D. Windows color (decimal): -9277604 or 6057842. OLE color: 6057842.

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

Color convert

RGB11411192-
CMYK00.030.190.55
HSL51.82º10.68%40.39%-
HSV(B)51.82º19.3%44.71%-
XYZ14.5615.7212.39-
YUV109.73117.99131.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=35.96%
G=35.02%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141119200.030.190.5551.8210.6840.39
Hex726F5C03133734b28
Octal162157134032367641350
Binary111001011011111011100011100111101111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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