#715C60

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

Shades of Falcon #715C60

Tints of Falcon #715C60

Color information

#715C60 (or 0x715C60) is unknown color: approx Falcon. HEX triplet: 71, 5C and 60. RGB value is (113,92,96). Sum of RGB (Red+Green+Blue) = 113+92+96=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #715C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C60 is #8EA39F. Grayscale: #626262. Windows color (decimal): -9348000 or 6315121. OLE color: 6315121.

HSL color Cylindrical-coordinate representation of color #715C60: hue angle of 348.57º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #715C60 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1139296-
CMYK00.190.150.56
HSL348.57º10.24%40.2%-
HSV(B)348.57º18.58%44.31%-
XYZ12.7512.0112.71-
YUV98.74126.46138.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=37.54%
G=30.56%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113929600.190.150.56348.5710.2440.2
Hex715C60013F3815da28
Octal16113414002317705351250
Binary11100011011100110000001001111111110001010111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715C60; }

 p { color: rgb(113,92,96); }

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

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

 a { background-color: rgb(113,92,96); }

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

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

 span { border-color: rgb(113,92,96); }

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