Html Css Color HEX #71575C Falcon

📋 copy color: '#71575C'

red 113 ◦ green 87 ◦ blue 92

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

Shades of Falcon #71575C

Tints of Falcon #71575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 38.7%
G = 29.79%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71575C (or 0x71575C) is known color: Falcon. HEX triplet: 71, 57 and 5C. RGB value is (113,87,92). Sum of RGB (Red+Green+Blue) = 113+87+92=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71575C is #8EA8A3. Grayscale: #5F5F5F. Windows color (decimal): -9349284 or 6051697. OLE color: 6051697.

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

Color convert

RGB 113 87 92 -
CMYK 0 0.23 0.19 0.56
HSL 348.46º 0.13% 0.39% -
HSV(B) 348.46º 0.23% 0.44% -
XYZ 12.15 11.1 11.63 -
YUV 95.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 113 87 92 0 0.23 0.19 0.56 348.46 0.13 0.39
Hex 71 57 5C 0 17 13 38 15C D 27
Octal 161 127 134 0 27 23 70 534 15 47
Binary 1110001 1010111 1011100 0 10111 10011 111000 101011100 1101 100111

Color Harmonies of #71575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71575C

Black with #71575C

Text Example


Text Example

White with #71575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71575C; }

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

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

background-color css

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

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

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

border-color css

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

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

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