#70575A

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

Shades of Falcon #70575A

Tints of Falcon #70575A

Color information

#70575A (or 0x70575A) is unknown color: approx Falcon. HEX triplet: 70, 57 and 5A. RGB value is (112,87,90). Sum of RGB (Red+Green+Blue) = 112+87+90=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575A is #8FA8A5. Grayscale: #5E5E5E. Windows color (decimal): -9414822 or 5920624. OLE color: 5920624.

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

Color convert

RGB1128790-
CMYK00.220.200.56
HSL352.8º12.56%39.02%-
HSV(B)352.8º22.32%43.92%-
XYZ11.941111.17-
YUV94.82125.28140.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=38.75%
G=30.10%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112879000.220.200.56352.812.5639.02
Hex70575A0161438161d27
Octal16012713202624705411547
Binary111000010101111011010010110101001110001011000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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