Html Css Color HEX #715457 Falcon

📋 copy color: '#715457'

red 113 ◦ green 84 ◦ blue 87

#715457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #715457

Tints of Falcon #715457

RGB

 RED value IS 113 (44.53% from 255) = 39.79%

 GREEN value IS 84 (33.2% from 255) = 29.58%

 BLUE value IS 87 (34.38% from 255) = 30.63%

R = 39.79%
G = 29.58%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#715457 (or 0x715457) is known color: Falcon. HEX triplet: 71, 54 and 57. RGB value is (113,84,87). Sum of RGB (Red+Green+Blue) = 113+84+87=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715457 is #8EABA8. Grayscale: #5D5D5D. Windows color (decimal): -9350057 or 5723249. OLE color: 5723249.

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

Color convert

RGB 113 84 87 -
CMYK 0 0.26 0.23 0.56
HSL 353.79º 0.15% 0.39% -
HSV(B) 353.79º 0.26% 0.44% -
XYZ 11.7 10.54 10.43 -
YUV 93.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 113 84 87 0 0.26 0.23 0.56 353.79 0.15 0.39
Hex 71 54 57 0 1A 17 38 162 F 27
Octal 161 124 127 0 32 27 70 542 17 47
Binary 1110001 1010100 1010111 0 11010 10111 111000 101100010 1111 100111

Color Harmonies of #715457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715457

Black with #715457

Text Example


Text Example

White with #715457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715457; }

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

 H1.HeaderClassName
 {
   color: #715457;
 }
 .AnyTagClassName
 {
   color: #715457;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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