Html Css Color HEX #705158 Falcon

📋 copy color: '#705158'

red 112 ◦ green 81 ◦ blue 88

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

Shades of Falcon #705158

Tints of Falcon #705158

RGB

 RED value IS 112 (44.14% from 255) = 39.86%

 GREEN value IS 81 (32.03% from 255) = 28.83%

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

R = 39.86%
G = 28.83%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705158 (or 0x705158) is known color: Falcon. HEX triplet: 70, 51 and 58. RGB value is (112,81,88). Sum of RGB (Red+Green+Blue) = 112+81+88=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705158 is #8FAEA7. Grayscale: #5B5B5B. Windows color (decimal): -9416360 or 5788016. OLE color: 5788016.

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

Color convert

RGB 112 81 88 -
CMYK 0 0.28 0.21 0.56
HSL 346.45º 0.16% 0.38% -
HSV(B) 346.45º 0.28% 0.44% -
XYZ 11.39 10.03 10.57 -
YUV 91.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 112 81 88 0 0.28 0.21 0.56 346.45 0.16 0.38
Hex 70 51 58 0 1C 15 38 15A 10 26
Octal 160 121 130 0 34 25 70 532 20 46
Binary 1110000 1010001 1011000 0 11100 10101 111000 101011010 10000 100110

Color Harmonies of #705158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705158

Black with #705158

Text Example


Text Example

White with #705158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705158; }

 p { color: rgb(112,81,88); }

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

background-color css

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

 a { background-color: rgb(112,81,88); }

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

border-color css

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

 span { border-color: rgb(112,81,88); }

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