Html Css Color HEX #705556 Falcon

📋 copy color: '#705556'

red 112 ◦ green 85 ◦ blue 86

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

Shades of Falcon #705556

Tints of Falcon #705556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

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

R = 39.58%
G = 30.04%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#705556 (or 0x705556) is known color: Falcon. HEX triplet: 70, 55 and 56. RGB value is (112,85,86). Sum of RGB (Red+Green+Blue) = 112+85+86=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705556 is #8FAAA9. Grayscale: #5D5D5D. Windows color (decimal): -9415338 or 5657968. OLE color: 5657968.

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

Color convert

RGB 112 85 86 -
CMYK 0 0.24 0.23 0.56
HSL 357.78º 0.14% 0.39% -
HSV(B) 357.78º 0.24% 0.44% -
XYZ 11.61 10.61 10.24 -
YUV 93.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 112 85 86 0 0.24 0.23 0.56 357.78 0.14 0.39
Hex 70 55 56 0 18 17 38 166 E 27
Octal 160 125 126 0 30 27 70 546 16 47
Binary 1110000 1010101 1010110 0 11000 10111 111000 101100110 1110 100111

Color Harmonies of #705556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705556

Black with #705556

Text Example


Text Example

White with #705556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705556; }

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

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

background-color css

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

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

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

border-color css

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

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

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