Html Css Color HEX #705055 Falcon

📋 copy color: '#705055'

red 112 ◦ green 80 ◦ blue 85

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

Shades of Falcon #705055

Tints of Falcon #705055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 40.43%
G = 28.88%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#705055 (or 0x705055) is known color: Falcon. HEX triplet: 70, 50 and 55. RGB value is (112,80,85). Sum of RGB (Red+Green+Blue) = 112+80+85=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705055 is #8FAFAA. Grayscale: #5A5A5A. Windows color (decimal): -9416619 or 5591152. OLE color: 5591152.

HSL color Cylindrical-coordinate representation of color #705055: hue angle of 350.62º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705055 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 85 -
CMYK 0 0.29 0.24 0.56
HSL 350.63º 0.17% 0.38% -
HSV(B) 350.63º 0.29% 0.44% -
XYZ 11.19 9.84 9.9 -
YUV 90.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 112 80 85 0 0.29 0.24 0.56 350.63 0.17 0.38
Hex 70 50 55 0 1D 18 38 15F 11 26
Octal 160 120 125 0 35 30 70 537 21 46
Binary 1110000 1010000 1010101 0 11101 11000 111000 101011111 10001 100110

Color Harmonies of #705055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705055

Black with #705055

Text Example


Text Example

White with #705055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705055; }

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

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

background-color css

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

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

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

border-color css

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

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

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