Html Css Color HEX #715658 Falcon

📋 copy color: '#715658'

red 113 ◦ green 86 ◦ blue 88

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

Shades of Falcon #715658

Tints of Falcon #715658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 39.37%
G = 29.97%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#715658 (or 0x715658) is known color: Falcon. HEX triplet: 71, 56 and 58. RGB value is (113,86,88). Sum of RGB (Red+Green+Blue) = 113+86+88=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715658 is #8EA9A7. Grayscale: #5E5E5E. Windows color (decimal): -9349544 or 5789297. OLE color: 5789297.

HSL color Cylindrical-coordinate representation of color #715658: hue angle of 355.56º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #715658 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 86 88 -
CMYK 0 0.24 0.22 0.56
HSL 355.56º 0.14% 0.39% -
HSV(B) 355.56º 0.24% 0.44% -
XYZ 11.9 10.87 10.7 -
YUV 94.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 113 86 88 0 0.24 0.22 0.56 355.56 0.14 0.39
Hex 71 56 58 0 18 16 38 164 E 27
Octal 161 126 130 0 30 26 70 544 16 47
Binary 1110001 1010110 1011000 0 11000 10110 111000 101100100 1110 100111

Color Harmonies of #715658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715658

Black with #715658

Text Example


Text Example

White with #715658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715658; }

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

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

background-color css

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

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

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

border-color css

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

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

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