Html Css Color HEX #715C5E Falcon

📋 copy color: '#715C5E'

red 113 ◦ green 92 ◦ blue 94

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

Shades of Falcon #715C5E

Tints of Falcon #715C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 37.79%
G = 30.77%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#715C5E (or 0x715C5E) is known color: Falcon. HEX triplet: 71, 5C and 5E. RGB value is (113,92,94). Sum of RGB (Red+Green+Blue) = 113+92+94=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #715C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C5E is #8EA3A1. Grayscale: #626262. Windows color (decimal): -9348002 or 6184049. OLE color: 6184049.

HSL color Cylindrical-coordinate representation of color #715C5E: hue angle of 354.29º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #715C5E is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 92 94 -
CMYK 0 0.19 0.17 0.56
HSL 354.29º 0.1% 0.4% -
HSV(B) 354.29º 0.19% 0.44% -
XYZ 12.66 11.97 12.23 -
YUV 98.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 113 92 94 0 0.19 0.17 0.56 354.29 0.1 0.4
Hex 71 5C 5E 0 13 11 38 162 A 28
Octal 161 134 136 0 23 21 70 542 12 50
Binary 1110001 1011100 1011110 0 10011 10001 111000 101100010 1010 101000

Color Harmonies of #715C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C5E

Black with #715C5E

Text Example


Text Example

White with #715C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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