#70575B

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

Shades of Falcon #70575B

Tints of Falcon #70575B

Color information

#70575B (or 0x70575B) is unknown color: approx Falcon. HEX triplet: 70, 57 and 5B. RGB value is (112,87,91). Sum of RGB (Red+Green+Blue) = 112+87+91=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575B is #8FA8A4. Grayscale: #5E5E5E. Windows color (decimal): -9414821 or 5986160. OLE color: 5986160.

HSL color Cylindrical-coordinate representation of color #70575B: hue angle of 350.4º 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 #70575B is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1128791-
CMYK00.220.190.56
HSL350.4º12.56%39.02%-
HSV(B)350.4º22.32%43.92%-
XYZ11.9811.0211.39-
YUV94.93125.78140.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=38.62%
G=30%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112879100.220.190.56350.412.5639.02
Hex70575B016133815ed27
Octal16012713302623705361547
Binary111000010101111011011010110100111110001010111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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