#734E51

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

Shades of Falcon #734E51

Tints of Falcon #734E51

Color information

#734E51 (or 0x734E51) is unknown color: approx Falcon. HEX triplet: 73, 4E and 51. RGB value is (115,78,81). Sum of RGB (Red+Green+Blue) = 115+78+81=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #734E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E51 is #8CB1AE. Grayscale: #595959. Windows color (decimal): -9220527 or 5328499. OLE color: 5328499.

HSL color Cylindrical-coordinate representation of color #734E51: hue angle of 355.14º 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 #734E51 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1157881-
CMYK00.320.300.55
HSL355.14º19.17%37.84%-
HSV(B)355.14º32.17%45.1%-
XYZ11.289.699.06-
YUV89.4123.26146.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=41.97%
G=28.47%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115788100.320.300.55355.1419.1737.84
Hex734E510201E371631326
Octal16311612104036675432346
Binary11100111001110101000101000001111011011110110001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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