#704D50

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

Shades of Falcon #704D50

Tints of Falcon #704D50

Color information

#704D50 (or 0x704D50) is unknown color: approx Falcon. HEX triplet: 70, 4D and 50. RGB value is (112,77,80). Sum of RGB (Red+Green+Blue) = 112+77+80=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #704D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D50 is #8FB2AF. Grayscale: #575757. Windows color (decimal): -9417392 or 5262704. OLE color: 5262704.

HSL color Cylindrical-coordinate representation of color #704D50: hue angle of 354.86º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704D50 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1127780-
CMYK00.310.290.56
HSL354.86º18.52%37.06%-
HSV(B)354.86º31.25%43.92%-
XYZ10.789.338.82-
YUV87.81123.6145.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=41.64%
G=28.62%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112778000.310.290.56354.8618.5237.06
Hex704D5001F1D381631325
Octal16011512003735705432345
Binary1110000100110110100000111111110111100010110001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704D50; }

 p { color: rgb(112,77,80); }

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

<style>
 a { background-color: #704D50; }

 a { background-color: rgb(112,77,80); }

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

<style>
 span { border-color: #704D50; }

 span { border-color: rgb(112,77,80); }

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