Html Css Color HEX #715055 Falcon

📋 copy color: '#715055'

red 113 ◦ green 80 ◦ blue 85

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

Shades of Falcon #715055

Tints of Falcon #715055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

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

R = 40.65%
G = 28.78%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#715055 (or 0x715055) is known color: Falcon. HEX triplet: 71, 50 and 55. RGB value is (113,80,85). Sum of RGB (Red+Green+Blue) = 113+80+85=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715055 is #8EAFAA. Grayscale: #5A5A5A. Windows color (decimal): -9351083 or 5591153. OLE color: 5591153.

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

Color convert

RGB 113 80 85 -
CMYK 0 0.29 0.25 0.56
HSL 350.91º 0.17% 0.38% -
HSV(B) 350.91º 0.29% 0.44% -
XYZ 11.32 9.9 9.91 -
YUV 90.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 113 80 85 0 0.29 0.25 0.56 350.91 0.17 0.38
Hex 71 50 55 0 1D 19 38 15F 11 26
Octal 161 120 125 0 35 31 70 537 21 46
Binary 1110001 1010000 1010101 0 11101 11001 111000 101011111 10001 100110

Color Harmonies of #715055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715055

Black with #715055

Text Example


Text Example

White with #715055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715055; }

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

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

background-color css

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

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

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

border-color css

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

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

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