Html Css Color HEX #715D5E Falcon

📋 copy color: '#715D5E'

red 113 ◦ green 93 ◦ blue 94

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

Shades of Falcon #715D5E

Tints of Falcon #715D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 37.67%
G = 31%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#715D5E (or 0x715D5E) is known color: Falcon. HEX triplet: 71, 5D and 5E. RGB value is (113,93,94). Sum of RGB (Red+Green+Blue) = 113+93+94=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #715D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D5E is #8EA2A1. Grayscale: #636363. Windows color (decimal): -9347746 or 6184305. OLE color: 6184305.

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

Color convert

RGB 113 93 94 -
CMYK 0 0.18 0.17 0.56
HSL 357º 0.1% 0.4% -
HSV(B) 357º 0.18% 0.44% -
XYZ 12.74 12.15 12.26 -
YUV 99.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 113 93 94 0 0.18 0.17 0.56 357 0.1 0.4
Hex 71 5D 5E 0 12 11 38 165 A 28
Octal 161 135 136 0 22 21 70 545 12 50
Binary 1110001 1011101 1011110 0 10010 10001 111000 101100101 1010 101000

Color Harmonies of #715D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D5E

Black with #715D5E

Text Example


Text Example

White with #715D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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