#724E4F

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

Shades of Falcon #724E4F

Tints of Falcon #724E4F

Color information

#724E4F (or 0x724E4F) is unknown color: approx Falcon. HEX triplet: 72, 4E and 4F. RGB value is (114,78,79). Sum of RGB (Red+Green+Blue) = 114+78+79=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #724E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E4F is #8DB1B0. Grayscale: #585858. Windows color (decimal): -9286065 or 5197426. OLE color: 5197426.

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

Color convert

RGB1147879-
CMYK00.320.310.55
HSL358.33º18.75%37.65%-
HSV(B)358.33º31.58%44.71%-
XYZ11.089.598.66-
YUV88.88122.43145.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=42.07%
G=28.78%
B=29.15%

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
Decimal114787900.320.310.55358.3318.7537.65
Hex724E4F0201F371661326
Octal16211611704037675462346
Binary11100101001110100111101000001111111011110110011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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