#737160

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

Shades of Flint #737160

Tints of Flint #737160

Color information

#737160 (or 0x737160) is unknown color: approx Flint. HEX triplet: 73, 71 and 60. RGB value is (115,113,96). Sum of RGB (Red+Green+Blue) = 115+113+96=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #737160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737160 is #8C8E9F. Grayscale: #6F6F6F. Windows color (decimal): -9211552 or 6320499. OLE color: 6320499.

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

Color convert

RGB11511396-
CMYK00.020.170.55
HSL53.68º9%41.37%-
HSV(B)53.68º16.52%45.1%-
XYZ15.0916.313.42-
YUV111.66119.16130.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=35.49%
G=34.88%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151139600.020.170.5553.68941.37
Hex73716002113736929
Octal163161140022167661151
Binary111001111100011100000010100011101111101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737160; }

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

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

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

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

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

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

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

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