Html Css Color HEX #705759 Falcon

📋 copy color: '#705759'

red 112 ◦ green 87 ◦ blue 89

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

Shades of Falcon #705759

Tints of Falcon #705759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

 BLUE value IS 89 (35.16% from 255) = 30.9%

R = 38.89%
G = 30.21%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705759 (or 0x705759) is known color: Falcon. HEX triplet: 70, 57 and 59. RGB value is (112,87,89). Sum of RGB (Red+Green+Blue) = 112+87+89=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #705759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705759 is #8FA8A6. Grayscale: #5E5E5E. Windows color (decimal): -9414823 or 5855088. OLE color: 5855088.

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

Color convert

RGB 112 87 89 -
CMYK 0 0.22 0.21 0.56
HSL 355.2º 0.13% 0.39% -
HSV(B) 355.2º 0.22% 0.44% -
XYZ 11.89 10.98 10.94 -
YUV 94.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 112 87 89 0 0.22 0.21 0.56 355.2 0.13 0.39
Hex 70 57 59 0 16 15 38 163 D 27
Octal 160 127 131 0 26 25 70 543 15 47
Binary 1110000 1010111 1011001 0 10110 10101 111000 101100011 1101 100111

Color Harmonies of #705759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705759

Black with #705759

Text Example


Text Example

White with #705759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705759; }

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

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

background-color css

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

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

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

border-color css

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

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

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