Html Css Color HEX #715357 Falcon

📋 copy color: '#715357'

red 113 ◦ green 83 ◦ blue 87

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

Shades of Falcon #715357

Tints of Falcon #715357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

 BLUE value IS 87 (34.38% from 255) = 30.74%

R = 39.93%
G = 29.33%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#715357 (or 0x715357) is known color: Falcon. HEX triplet: 71, 53 and 57. RGB value is (113,83,87). Sum of RGB (Red+Green+Blue) = 113+83+87=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #715357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715357 is #8EACA8. Grayscale: #5C5C5C. Windows color (decimal): -9350313 or 5722993. OLE color: 5722993.

HSL color Cylindrical-coordinate representation of color #715357: hue angle of 352º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715357 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 87 -
CMYK 0 0.27 0.23 0.56
HSL 352º 0.15% 0.38% -
HSV(B) 352º 0.27% 0.44% -
XYZ 11.62 10.39 10.41 -
YUV 92.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 113 83 87 0 0.27 0.23 0.56 352 0.15 0.38
Hex 71 53 57 0 1B 17 38 160 F 26
Octal 161 123 127 0 33 27 70 540 17 46
Binary 1110001 1010011 1010111 0 11011 10111 111000 101100000 1111 100110

Color Harmonies of #715357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715357

Black with #715357

Text Example


Text Example

White with #715357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715357; }

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

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

background-color css

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

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

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

border-color css

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

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

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