Html Css Color HEX #705056 Falcon

📋 copy color: '#705056'

red 112 ◦ green 80 ◦ blue 86

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

Shades of Falcon #705056

Tints of Falcon #705056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 40.29%
G = 28.78%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#705056 (or 0x705056) is known color: Falcon. HEX triplet: 70, 50 and 56. RGB value is (112,80,86). Sum of RGB (Red+Green+Blue) = 112+80+86=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705056 is #8FAFA9. Grayscale: #5A5A5A. Windows color (decimal): -9416618 or 5656688. OLE color: 5656688.

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

Color convert

RGB 112 80 86 -
CMYK 0 0.29 0.23 0.56
HSL 348.75º 0.17% 0.38% -
HSV(B) 348.75º 0.29% 0.44% -
XYZ 11.23 9.85 10.11 -
YUV 90.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 112 80 86 0 0.29 0.23 0.56 348.75 0.17 0.38
Hex 70 50 56 0 1D 17 38 15D 11 26
Octal 160 120 126 0 35 27 70 535 21 46
Binary 1110000 1010000 1010110 0 11101 10111 111000 101011101 10001 100110

Color Harmonies of #705056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705056

Black with #705056

Text Example


Text Example

White with #705056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705056; }

 p { color: rgb(112,80,86); }

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

background-color css

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

 a { background-color: rgb(112,80,86); }

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

border-color css

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

 span { border-color: rgb(112,80,86); }

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