#734D4F

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

Shades of Falcon #734D4F

Tints of Falcon #734D4F

Color information

#734D4F (or 0x734D4F) is unknown color: approx Falcon. HEX triplet: 73, 4D and 4F. RGB value is (115,77,79). Sum of RGB (Red+Green+Blue) = 115+77+79=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #734D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D4F is #8CB2B0. Grayscale: #585858. Windows color (decimal): -9220785 or 5197171. OLE color: 5197171.

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

Color convert

RGB1157779-
CMYK00.330.310.55
HSL356.84º19.79%37.65%-
HSV(B)356.84º33.04%45.1%-
XYZ11.149.528.65-
YUV88.59122.59146.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=42.44%
G=28.41%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115777900.330.310.55356.8419.7937.65
Hex734D4F0211F371651426
Octal16311511704137675452446
Binary11100111001101100111101000011111111011110110010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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