#704E4F

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

Shades of Falcon #704E4F

Tints of Falcon #704E4F

Color information

#704E4F (or 0x704E4F) is unknown color: approx Falcon. HEX triplet: 70, 4E and 4F. RGB value is (112,78,79). Sum of RGB (Red+Green+Blue) = 112+78+79=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #704E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E4F is #8FB1B0. Grayscale: #585858. Windows color (decimal): -9417137 or 5197424. OLE color: 5197424.

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

Color convert

RGB1127879-
CMYK00.300.290.56
HSL358.24º17.89%37.25%-
HSV(B)358.24º30.36%43.92%-
XYZ10.829.468.65-
YUV88.28122.76144.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=41.64%
G=29.00%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112787900.300.290.56358.2417.8937.25
Hex704E4F01E1D381661225
Octal16011611703635705462245
Binary1110000100111010011110111101110111100010110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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