#70585A

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

Shades of Falcon #70585A

Tints of Falcon #70585A

Color information

#70585A (or 0x70585A) is unknown color: approx Falcon. HEX triplet: 70, 58 and 5A. RGB value is (112,88,90). Sum of RGB (Red+Green+Blue) = 112+88+90=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70585A is #8FA7A5. Grayscale: #5F5F5F. Windows color (decimal): -9414566 or 5920880. OLE color: 5920880.

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

Color convert

RGB1128890-
CMYK00.210.200.56
HSL355º12%39.22%-
HSV(B)355º21.43%43.92%-
XYZ12.0211.1611.19-
YUV95.4124.95139.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=38.62%
G=30.34%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112889000.210.200.563551239.22
Hex70585A0151438163c27
Octal16013013202524705431447
Binary111000010110001011010010101101001110001011000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70585A; }

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

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

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

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

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

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

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

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