#715057

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

Shades of Falcon #715057

Tints of Falcon #715057

Color information

#715057 (or 0x715057) is unknown color: approx Falcon. HEX triplet: 71, 50 and 57. RGB value is (113,80,87). Sum of RGB (Red+Green+Blue) = 113+80+87=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715057 is #8EAFA8. Grayscale: #5A5A5A. Windows color (decimal): -9351081 or 5722225. OLE color: 5722225.

HSL color Cylindrical-coordinate representation of color #715057: hue angle of 347.27º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715057 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1138087-
CMYK00.290.230.56
HSL347.27º17.1%37.84%-
HSV(B)347.27º29.2%44.31%-
XYZ11.49.9410.33-
YUV90.66125.93143.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=40.36%
G=28.57%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113808700.290.230.56347.2717.137.84
Hex71505701D173815b1126
Octal16112012703527705332146
Binary1110001101000010101110111011011111100010101101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715057; }

 p { color: rgb(113,80,87); }

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

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

 a { background-color: rgb(113,80,87); }

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

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

 span { border-color: rgb(113,80,87); }

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