Html Css Color HEX #715058 Falcon

📋 copy color: '#715058'

red 113 ◦ green 80 ◦ blue 88

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

Shades of Falcon #715058

Tints of Falcon #715058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 40.21%
G = 28.47%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#715058 (or 0x715058) is known color: Falcon. HEX triplet: 71, 50 and 58. RGB value is (113,80,88). Sum of RGB (Red+Green+Blue) = 113+80+88=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #715058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715058 is #8EAFA7. Grayscale: #5A5A5A. Windows color (decimal): -9351080 or 5787761. OLE color: 5787761.

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

Color convert

RGB 113 80 88 -
CMYK 0 0.29 0.22 0.56
HSL 345.45º 0.17% 0.38% -
HSV(B) 345.45º 0.29% 0.44% -
XYZ 11.44 9.95 10.55 -
YUV 90.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 113 80 88 0 0.29 0.22 0.56 345.45 0.17 0.38
Hex 71 50 58 0 1D 16 38 159 11 26
Octal 161 120 130 0 35 26 70 531 21 46
Binary 1110001 1010000 1011000 0 11101 10110 111000 101011001 10001 100110

Color Harmonies of #715058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715058

Black with #715058

Text Example


Text Example

White with #715058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715058; }

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

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

background-color css

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

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

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

border-color css

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

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

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