#715758

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

Shades of Falcon #715758

Tints of Falcon #715758

Color information

#715758 (or 0x715758) is unknown color: approx Falcon. HEX triplet: 71, 57 and 58. RGB value is (113,87,88). Sum of RGB (Red+Green+Blue) = 113+87+88=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #715758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715758 is #8EA8A7. Grayscale: #5E5E5E. Windows color (decimal): -9349288 or 5789553. OLE color: 5789553.

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

Color convert

RGB1138788-
CMYK00.230.220.56
HSL357.69º13%39.22%-
HSV(B)357.69º23.01%44.31%-
XYZ11.9811.0310.73-
YUV94.89124.11140.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=39.24%
G=30.21%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113878800.230.220.56357.691339.22
Hex7157580171638166d27
Octal16112713002726705461547
Binary111000110101111011000010111101101110001011001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715758; }

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

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

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

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

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

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

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

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