#73565A

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

Shades of Falcon #73565A

Tints of Falcon #73565A

Color information

#73565A (or 0x73565A) is unknown color: approx Falcon. HEX triplet: 73, 56 and 5A. RGB value is (115,86,90). Sum of RGB (Red+Green+Blue) = 115+86+90=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #73565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73565A is #8CA9A5. Grayscale: #5F5F5F. Windows color (decimal): -9218470 or 5920371. OLE color: 5920371.

HSL color Cylindrical-coordinate representation of color #73565A: hue angle of 351.72º 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 #73565A is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1158690-
CMYK00.250.220.55
HSL351.72º14.43%39.41%-
HSV(B)351.72º25.22%45.1%-
XYZ12.2411.0411.16-
YUV95.13125.11142.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=39.52%
G=29.55%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115869000.250.220.55351.7214.4339.41
Hex73565A0191637160e27
Octal16312613203126675401647
Binary111001110101101011010011001101101101111011000001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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