#705458

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

Shades of Falcon #705458

Tints of Falcon #705458

Color information

#705458 (or 0x705458) is unknown color: approx Falcon. HEX triplet: 70, 54 and 58. RGB value is (112,84,88). Sum of RGB (Red+Green+Blue) = 112+84+88=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705458 is #8FABA7. Grayscale: #5C5C5C. Windows color (decimal): -9415592 or 5788784. OLE color: 5788784.

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

Color convert

RGB1128488-
CMYK00.250.210.56
HSL351.43º14.29%38.43%-
HSV(B)351.43º25%43.92%-
XYZ11.6110.4910.65-
YUV92.83125.28141.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=39.44%
G=29.58%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112848800.250.210.56351.4314.2938.43
Hex705458019153815fe26
Octal16012413003125705371646
Binary111000010101001011000011001101011110001010111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705458; }

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

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

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

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

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

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

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

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