#734E55

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

Shades of Falcon #734E55

Tints of Falcon #734E55

Color information

#734E55 (or 0x734E55) is unknown color: approx Falcon. HEX triplet: 73, 4E and 55. RGB value is (115,78,85). Sum of RGB (Red+Green+Blue) = 115+78+85=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #734E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E55 is #8CB1AA. Grayscale: #595959. Windows color (decimal): -9220523 or 5590643. OLE color: 5590643.

HSL color Cylindrical-coordinate representation of color #734E55: hue angle of 348.65º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #734E55 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1157885-
CMYK00.320.260.55
HSL348.65º19.17%37.84%-
HSV(B)348.65º32.17%45.1%-
XYZ11.439.759.87-
YUV89.86125.26145.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=41.37%
G=28.06%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115788500.320.260.55348.6519.1737.84
Hex734E550201A3715d1326
Octal16311612504032675352346
Binary11100111001110101010101000001101011011110101110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734E55; }

 p { color: rgb(115,78,85); }

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

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

 a { background-color: rgb(115,78,85); }

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

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

 span { border-color: rgb(115,78,85); }

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