Html Css Color HEX #71545A Falcon

📋 copy color: '#71545A'

red 113 ◦ green 84 ◦ blue 90

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

Shades of Falcon #71545A

Tints of Falcon #71545A

RGB

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

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

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

R = 39.37%
G = 29.27%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71545A (or 0x71545A) is known color: Falcon. HEX triplet: 71, 54 and 5A. RGB value is (113,84,90). Sum of RGB (Red+Green+Blue) = 113+84+90=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #71545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71545A is #8EABA5. Grayscale: #5D5D5D. Windows color (decimal): -9350054 or 5919857. OLE color: 5919857.

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

Color convert

RGB 113 84 90 -
CMYK 0 0.26 0.20 0.56
HSL 347.59º 0.15% 0.39% -
HSV(B) 347.59º 0.26% 0.44% -
XYZ 11.83 10.59 11.09 -
YUV 93.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 113 84 90 0 0.26 0.20 0.56 347.59 0.15 0.39
Hex 71 54 5A 0 1A 14 38 15C F 27
Octal 161 124 132 0 32 24 70 534 17 47
Binary 1110001 1010100 1011010 0 11010 10100 111000 101011100 1111 100111

Color Harmonies of #71545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71545A

Black with #71545A

Text Example


Text Example

White with #71545A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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