Html Css Color HEX #705859 Falcon

📋 copy color: '#705859'

red 112 ◦ green 88 ◦ blue 89

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

Shades of Falcon #705859

Tints of Falcon #705859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 38.75%
G = 30.45%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705859 (or 0x705859) is known color: Falcon. HEX triplet: 70, 58 and 59. RGB value is (112,88,89). Sum of RGB (Red+Green+Blue) = 112+88+89=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #705859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705859 is #8FA7A6. Grayscale: #5F5F5F. Windows color (decimal): -9414567 or 5855344. OLE color: 5855344.

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

Color convert

RGB 112 88 89 -
CMYK 0 0.21 0.21 0.56
HSL 357.5º 0.12% 0.39% -
HSV(B) 357.5º 0.21% 0.44% -
XYZ 11.97 11.15 10.97 -
YUV 95.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 112 88 89 0 0.21 0.21 0.56 357.5 0.12 0.39
Hex 70 58 59 0 15 15 38 166 C 27
Octal 160 130 131 0 25 25 70 546 14 47
Binary 1110000 1011000 1011001 0 10101 10101 111000 101100110 1100 100111

Color Harmonies of #705859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705859

Black with #705859

Text Example


Text Example

White with #705859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705859; }

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

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

background-color css

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

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

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

border-color css

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

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

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