Html Css Color HEX #705B5E Falcon

📋 copy color: '#705B5E'

red 112 ◦ green 91 ◦ blue 94

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

Shades of Falcon #705B5E

Tints of Falcon #705B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 37.71%
G = 30.64%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#705B5E (or 0x705B5E) is known color: Falcon. HEX triplet: 70, 5B and 5E. RGB value is (112,91,94). Sum of RGB (Red+Green+Blue) = 112+91+94=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B5E is #8FA4A1. Grayscale: #616161. Windows color (decimal): -9413794 or 6183792. OLE color: 6183792.

HSL color Cylindrical-coordinate representation of color #705B5E: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705B5E is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 91 94 -
CMYK 0 0.19 0.16 0.56
HSL 351.43º 0.1% 0.4% -
HSV(B) 351.43º 0.19% 0.44% -
XYZ 12.44 11.74 12.2 -
YUV 97.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 112 91 94 0 0.19 0.16 0.56 351.43 0.1 0.4
Hex 70 5B 5E 0 13 10 38 15F A 28
Octal 160 133 136 0 23 20 70 537 12 50
Binary 1110000 1011011 1011110 0 10011 10000 111000 101011111 1010 101000

Color Harmonies of #705B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B5E

Black with #705B5E

Text Example


Text Example

White with #705B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B5E; }

 p { color: rgb(112,91,94); }

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

background-color css

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

 a { background-color: rgb(112,91,94); }

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

border-color css

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

 span { border-color: rgb(112,91,94); }

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