#70565C

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

Shades of Falcon #70565C

Tints of Falcon #70565C

Color information

#70565C (or 0x70565C) is unknown color: approx Falcon. HEX triplet: 70, 56 and 5C. RGB value is (112,86,92). Sum of RGB (Red+Green+Blue) = 112+86+92=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70565C is #8FA9A3. Grayscale: #5E5E5E. Windows color (decimal): -9415076 or 6051440. OLE color: 6051440.

HSL color Cylindrical-coordinate representation of color #70565C: hue angle of 346.15º 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 #70565C is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1128692-
CMYK00.230.180.56
HSL346.15º13.13%38.82%-
HSV(B)346.15º23.21%43.92%-
XYZ11.9410.8711.59-
YUV94.46126.61140.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=38.62%
G=29.66%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112869200.230.180.56346.1513.1338.82
Hex70565C017123815ad27
Octal16012613402722705321547
Binary111000010101101011100010111100101110001010110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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