#704F56

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

Shades of Falcon #704F56

Tints of Falcon #704F56

Color information

#704F56 (or 0x704F56) is unknown color: approx Falcon. HEX triplet: 70, 4F and 56. RGB value is (112,79,86). Sum of RGB (Red+Green+Blue) = 112+79+86=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #704F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F56 is #8FB0A9. Grayscale: #595959. Windows color (decimal): -9416874 or 5656432. OLE color: 5656432.

HSL color Cylindrical-coordinate representation of color #704F56: hue angle of 347.27º 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 #704F56 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1127986-
CMYK00.290.230.56
HSL347.27º17.28%37.45%-
HSV(B)347.27º29.46%43.92%-
XYZ11.169.7110.09-
YUV89.66125.93143.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=40.43%
G=28.52%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112798600.290.230.56347.2717.2837.45
Hex704F5601D173815b1125
Octal16011712603527705332145
Binary1110000100111110101100111011011111100010101101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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