#704F50

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

Shades of Falcon #704F50

Tints of Falcon #704F50

Color information

#704F50 (or 0x704F50) is unknown color: approx Falcon. HEX triplet: 70, 4F and 50. RGB value is (112,79,80). Sum of RGB (Red+Green+Blue) = 112+79+80=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F50 is #8FB0AF. Grayscale: #595959. Windows color (decimal): -9416880 or 5263216. OLE color: 5263216.

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

Color convert

RGB1127980-
CMYK00.290.290.56
HSL358.18º17.28%37.45%-
HSV(B)358.18º29.46%43.92%-
XYZ10.939.628.87-
YUV88.98122.93144.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=41.33%
G=29.15%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112798000.290.290.56358.1817.2837.45
Hex704F5001D1D381661125
Octal16011712003535705462145
Binary1110000100111110100000111011110111100010110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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