Html Css Color HEX #715758 Falcon

📋 copy color: '#715758'

red 113 ◦ green 87 ◦ blue 88

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

Shades of Falcon #715758

Tints of Falcon #715758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.56%

R = 39.24%
G = 30.21%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#715758 (or 0x715758) is known color: Falcon. HEX triplet: 71, 57 and 58. RGB value is (113,87,88). Sum of RGB (Red+Green+Blue) = 113+87+88=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #715758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715758 is #8EA8A7. Grayscale: #5E5E5E. Windows color (decimal): -9349288 or 5789553. OLE color: 5789553.

HSL color Cylindrical-coordinate representation of color #715758: hue angle of 357.69º 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 #715758 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 88 -
CMYK 0 0.23 0.22 0.56
HSL 357.69º 0.13% 0.39% -
HSV(B) 357.69º 0.23% 0.44% -
XYZ 11.98 11.03 10.73 -
YUV 94.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 113 87 88 0 0.23 0.22 0.56 357.69 0.13 0.39
Hex 71 57 58 0 17 16 38 166 D 27
Octal 161 127 130 0 27 26 70 546 15 47
Binary 1110001 1010111 1011000 0 10111 10110 111000 101100110 1101 100111

Color Harmonies of #715758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715758

Black with #715758

Text Example


Text Example

White with #715758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715758; }

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

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

background-color css

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

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

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

border-color css

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

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

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