#73705D

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

Shades of Flint #73705D

Tints of Flint #73705D

Color information

#73705D (or 0x73705D) is unknown color: approx Flint. HEX triplet: 73, 70 and 5D. RGB value is (115,112,93). Sum of RGB (Red+Green+Blue) = 115+112+93=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #73705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73705D is #8C8FA2. Grayscale: #6E6E6E. Windows color (decimal): -9211811 or 6123635. OLE color: 6123635.

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

Color convert

RGB11511293-
CMYK00.030.190.55
HSL51.82º10.58%40.78%-
HSV(B)51.82º19.13%45.1%-
XYZ14.8416.0212.67-
YUV110.73117.99131.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=35.94%
G=35%
B=29.06%

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
Decimal1151129300.030.190.5551.8210.5840.78
Hex73705D03133734b29
Octal163160135032367641351
Binary111001111100001011101011100111101111101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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