Html Css Color HEX #715455 Falcon

📋 copy color: '#715455'

red 113 ◦ green 84 ◦ blue 85

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

Shades of Falcon #715455

Tints of Falcon #715455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 40.07%
G = 29.79%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#715455 (or 0x715455) is known color: Falcon. HEX triplet: 71, 54 and 55. RGB value is (113,84,85). Sum of RGB (Red+Green+Blue) = 113+84+85=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715455 is #8EABAA. Grayscale: #5C5C5C. Windows color (decimal): -9350059 or 5592177. OLE color: 5592177.

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

Color convert

RGB 113 84 85 -
CMYK 0 0.26 0.25 0.56
HSL 357.93º 0.15% 0.39% -
HSV(B) 357.93º 0.26% 0.44% -
XYZ 11.62 10.51 10.01 -
YUV 92.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 113 84 85 0 0.26 0.25 0.56 357.93 0.15 0.39
Hex 71 54 55 0 1A 19 38 166 F 27
Octal 161 124 125 0 32 31 70 546 17 47
Binary 1110001 1010100 1010101 0 11010 11001 111000 101100110 1111 100111

Color Harmonies of #715455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715455

Black with #715455

Text Example


Text Example

White with #715455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715455; }

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

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

background-color css

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

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

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

border-color css

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

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

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