#705558

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

Shades of Falcon #705558

Tints of Falcon #705558

Color information

#705558 (or 0x705558) is unknown color: approx Falcon. HEX triplet: 70, 55 and 58. RGB value is (112,85,88). Sum of RGB (Red+Green+Blue) = 112+85+88=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #705558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705558 is #8FAAA7. Grayscale: #5D5D5D. Windows color (decimal): -9415336 or 5789040. OLE color: 5789040.

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

Color convert

RGB1128588-
CMYK00.240.210.56
HSL353.33º13.71%38.63%-
HSV(B)353.33º24.11%43.92%-
XYZ11.6910.6510.67-
YUV93.42124.95141.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=39.30%
G=29.82%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112858800.240.210.56353.3313.7138.63
Hex7055580181538161e27
Octal16012513003025705411647
Binary111000010101011011000011000101011110001011000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705558; }

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

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

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

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

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

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

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

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