#72715F

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

Shades of Flint #72715F

Tints of Flint #72715F

Color information

#72715F (or 0x72715F) is unknown color: approx Flint. HEX triplet: 72, 71 and 5F. RGB value is (114,113,95). Sum of RGB (Red+Green+Blue) = 114+113+95=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #72715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72715F is #8D8EA0. Grayscale: #6F6F6F. Windows color (decimal): -9277089 or 6254962. OLE color: 6254962.

HSL color Cylindrical-coordinate representation of color #72715F: hue angle of 56.84º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72715F is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11411395-
CMYK00.010.170.55
HSL56.84º9.09%40.98%-
HSV(B)56.84º16.67%44.71%-
XYZ14.9116.2113.17-
YUV111.25118.83129.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=35.40%
G=35.09%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141139500.010.170.5556.849.0940.98
Hex72715F01113739929
Octal162161137012167711151
Binary11100101110001101111101100011101111110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72715F; }

 p { color: rgb(114,113,95); }

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

<style>
 a { background-color: #72715F; }

 a { background-color: rgb(114,113,95); }

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

<style>
 span { border-color: #72715F; }

 span { border-color: rgb(114,113,95); }

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