#73565D

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

Shades of Falcon #73565D

Tints of Falcon #73565D

Color information

#73565D (or 0x73565D) is unknown color: approx Falcon. HEX triplet: 73, 56 and 5D. RGB value is (115,86,93). Sum of RGB (Red+Green+Blue) = 115+86+93=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73565D is #8CA9A2. Grayscale: #5F5F5F. Windows color (decimal): -9218467 or 6116979. OLE color: 6116979.

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

Color convert

RGB1158693-
CMYK00.250.190.55
HSL345.52º14.43%39.41%-
HSV(B)345.52º25.22%45.1%-
XYZ12.3711.0911.84-
YUV95.47126.61141.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=39.12%
G=29.25%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115869300.250.190.55345.5214.4339.41
Hex73565D019133715ae27
Octal16312613503123675321647
Binary111001110101101011101011001100111101111010110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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