Html Css Color HEX #715258 Falcon

📋 copy color: '#715258'

red 113 ◦ green 82 ◦ blue 88

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

Shades of Falcon #715258

Tints of Falcon #715258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

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

R = 39.93%
G = 28.98%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#715258 (or 0x715258) is known color: Falcon. HEX triplet: 71, 52 and 58. RGB value is (113,82,88). Sum of RGB (Red+Green+Blue) = 113+82+88=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #715258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715258 is #8EADA7. Grayscale: #5B5B5B. Windows color (decimal): -9350568 or 5788273. OLE color: 5788273.

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

Color convert

RGB 113 82 88 -
CMYK 0 0.27 0.22 0.56
HSL 348.39º 0.16% 0.38% -
HSV(B) 348.39º 0.27% 0.44% -
XYZ 11.59 10.25 10.6 -
YUV 91.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 113 82 88 0 0.27 0.22 0.56 348.39 0.16 0.38
Hex 71 52 58 0 1B 16 38 15C 10 26
Octal 161 122 130 0 33 26 70 534 20 46
Binary 1110001 1010010 1011000 0 11011 10110 111000 101011100 10000 100110

Color Harmonies of #715258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715258

Black with #715258

Text Example


Text Example

White with #715258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715258; }

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

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

background-color css

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

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

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

border-color css

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

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

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