#705055

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

Shades of Falcon #705055

Tints of Falcon #705055

Color information

#705055 (or 0x705055) is unknown color: approx Falcon. HEX triplet: 70, 50 and 55. RGB value is (112,80,85). Sum of RGB (Red+Green+Blue) = 112+80+85=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705055 is #8FAFAA. Grayscale: #5A5A5A. Windows color (decimal): -9416619 or 5591152. OLE color: 5591152.

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

Color convert

RGB1128085-
CMYK00.290.240.56
HSL350.62º16.67%37.65%-
HSV(B)350.62º28.57%43.92%-
XYZ11.199.849.9-
YUV90.14125.1143.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=40.43%
G=28.88%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112808500.290.240.56350.6216.6737.65
Hex70505501D183815f1126
Octal16012012503530705372146
Binary1110000101000010101010111011100011100010101111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705055; }

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

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

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

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

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

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

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

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