Html Css Color HEX #705557 Falcon

📋 copy color: '#705557'

red 112 ◦ green 85 ◦ blue 87

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

Shades of Falcon #705557

Tints of Falcon #705557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.63%

R = 39.44%
G = 29.93%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#705557 (or 0x705557) is known color: Falcon. HEX triplet: 70, 55 and 57. RGB value is (112,85,87). Sum of RGB (Red+Green+Blue) = 112+85+87=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705557 is #8FAAA8. Grayscale: #5D5D5D. Windows color (decimal): -9415337 or 5723504. OLE color: 5723504.

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

Color convert

RGB 112 85 87 -
CMYK 0 0.24 0.22 0.56
HSL 355.56º 0.14% 0.39% -
HSV(B) 355.56º 0.24% 0.44% -
XYZ 11.65 10.63 10.45 -
YUV 93.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 112 85 87 0 0.24 0.22 0.56 355.56 0.14 0.39
Hex 70 55 57 0 18 16 38 164 E 27
Octal 160 125 127 0 30 26 70 544 16 47
Binary 1110000 1010101 1010111 0 11000 10110 111000 101100100 1110 100111

Color Harmonies of #705557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705557

Black with #705557

Text Example


Text Example

White with #705557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705557; }

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

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

background-color css

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

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

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

border-color css

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

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

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