#73705C

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

Shades of Flint #73705C

Tints of Flint #73705C

Color information

#73705C (or 0x73705C) is unknown color: approx Flint. HEX triplet: 73, 70 and 5C. RGB value is (115,112,92). Sum of RGB (Red+Green+Blue) = 115+112+92=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #73705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73705C is #8C8FA3. Grayscale: #6E6E6E. Windows color (decimal): -9211812 or 6058099. OLE color: 6058099.

HSL color Cylindrical-coordinate representation of color #73705C: hue angle of 52.17º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73705C is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11511292-
CMYK00.030.200.55
HSL52.17º11.11%40.59%-
HSV(B)52.17º20%45.1%-
XYZ14.816.0112.43-
YUV110.62117.49131.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=36.05%
G=35.11%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151129200.030.200.5552.1711.1140.59
Hex73705C03143734b29
Octal163160134032467641351
Binary111001111100001011100011101001101111101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73705C; }

 p { color: rgb(115,112,92); }

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

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

 a { background-color: rgb(115,112,92); }

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

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

 span { border-color: rgb(115,112,92); }

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