#724D4F

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

Shades of Falcon #724D4F

Tints of Falcon #724D4F

Color information

#724D4F (or 0x724D4F) is unknown color: approx Falcon. HEX triplet: 72, 4D and 4F. RGB value is (114,77,79). Sum of RGB (Red+Green+Blue) = 114+77+79=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #724D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D4F is #8DB2B0. Grayscale: #585858. Windows color (decimal): -9286321 or 5197170. OLE color: 5197170.

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

Color convert

RGB1147779-
CMYK00.320.310.55
HSL356.76º19.37%37.45%-
HSV(B)356.76º32.46%44.71%-
XYZ119.458.64-
YUV88.29122.76146.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 77 (30.47% from 255) = 28.52%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=42.22%
G=28.52%
B=29.26%

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
Decimal114777900.320.310.55356.7619.3737.45
Hex724D4F0201F371651325
Octal16211511704037675452345
Binary11100101001101100111101000001111111011110110010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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