#73715E

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

Shades of Flint #73715E

Tints of Flint #73715E

Color information

#73715E (or 0x73715E) is unknown color: approx Flint. HEX triplet: 73, 71 and 5E. RGB value is (115,113,94). Sum of RGB (Red+Green+Blue) = 115+113+94=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #73715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73715E is #8C8EA1. Grayscale: #6F6F6F. Windows color (decimal): -9211554 or 6189427. OLE color: 6189427.

HSL color Cylindrical-coordinate representation of color #73715E: hue angle of 54.29º 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 #73715E is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB11511394-
CMYK00.020.180.55
HSL54.29º10.05%40.98%-
HSV(B)54.29º18.26%45.1%-
XYZ1516.2612.94-
YUV111.43118.16130.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=35.71%
G=35.09%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151139400.020.180.5554.2910.0540.98
Hex73715E02123736a29
Octal163161136022267661251
Binary111001111100011011110010100101101111101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73715E; }

 p { color: rgb(115,113,94); }

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

<style>
 a { background-color: #73715E; }

 a { background-color: rgb(115,113,94); }

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

<style>
 span { border-color: #73715E; }

 span { border-color: rgb(115,113,94); }

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