#70565A

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

Shades of Falcon #70565A

Tints of Falcon #70565A

Color information

#70565A (or 0x70565A) is unknown color: approx Falcon. HEX triplet: 70, 56 and 5A. RGB value is (112,86,90). Sum of RGB (Red+Green+Blue) = 112+86+90=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70565A is #8FA9A5. Grayscale: #5E5E5E. Windows color (decimal): -9415078 or 5920368. OLE color: 5920368.

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

Color convert

RGB1128690-
CMYK00.230.200.56
HSL350.77º13.13%38.82%-
HSV(B)350.77º23.21%43.92%-
XYZ11.8610.8411.14-
YUV94.23125.61140.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=38.89%
G=29.86%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112869000.230.200.56350.7713.1338.82
Hex70565A017143815fd27
Octal16012613202724705371547
Binary111000010101101011010010111101001110001010111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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