Html Css Color HEX #71555A Falcon

📋 copy color: '#71555A'

red 113 ◦ green 85 ◦ blue 90

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

Shades of Falcon #71555A

Tints of Falcon #71555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

 BLUE value IS 90 (35.55% from 255) = 31.25%

R = 39.24%
G = 29.51%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71555A (or 0x71555A) is known color: Falcon. HEX triplet: 71, 55 and 5A. RGB value is (113,85,90). Sum of RGB (Red+Green+Blue) = 113+85+90=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #71555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71555A is #8EAAA5. Grayscale: #5D5D5D. Windows color (decimal): -9349798 or 5920113. OLE color: 5920113.

HSL color Cylindrical-coordinate representation of color #71555A: hue angle of 349.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #71555A is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 85 90 -
CMYK 0 0.25 0.20 0.56
HSL 349.29º 0.14% 0.39% -
HSV(B) 349.29º 0.25% 0.44% -
XYZ 11.9 10.75 11.12 -
YUV 93.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 113 85 90 0 0.25 0.20 0.56 349.29 0.14 0.39
Hex 71 55 5A 0 19 14 38 15D E 27
Octal 161 125 132 0 31 24 70 535 16 47
Binary 1110001 1010101 1011010 0 11001 10100 111000 101011101 1110 100111

Color Harmonies of #71555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71555A

Black with #71555A

Text Example


Text Example

White with #71555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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