#734E4F

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

Shades of Falcon #734E4F

Tints of Falcon #734E4F

Color information

#734E4F (or 0x734E4F) is unknown color: approx Falcon. HEX triplet: 73, 4E and 4F. RGB value is (115,78,79). Sum of RGB (Red+Green+Blue) = 115+78+79=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #734E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E4F is #8CB1B0. Grayscale: #595959. Windows color (decimal): -9220529 or 5197427. OLE color: 5197427.

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

Color convert

RGB1157879-
CMYK00.320.310.55
HSL358.38º19.17%37.84%-
HSV(B)358.38º32.17%45.1%-
XYZ11.219.668.67-
YUV89.18122.26146.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=42.28%
G=28.68%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115787900.320.310.55358.3819.1737.84
Hex734E4F0201F371661326
Octal16311611704037675462346
Binary11100111001110100111101000001111111011110110011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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