Html Css Color HEX #705054 Falcon

📋 copy color: '#705054'

red 112 ◦ green 80 ◦ blue 84

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

Shades of Falcon #705054

Tints of Falcon #705054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.43%

R = 40.58%
G = 28.99%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#705054 (or 0x705054) is known color: Falcon. HEX triplet: 70, 50 and 54. RGB value is (112,80,84). Sum of RGB (Red+Green+Blue) = 112+80+84=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #705054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705054 is #8FAFAB. Grayscale: #5A5A5A. Windows color (decimal): -9416620 or 5525616. OLE color: 5525616.

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

Color convert

RGB 112 80 84 -
CMYK 0 0.29 0.25 0.56
HSL 352.5º 0.17% 0.38% -
HSV(B) 352.5º 0.29% 0.44% -
XYZ 11.15 9.82 9.7 -
YUV 90.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 112 80 84 0 0.29 0.25 0.56 352.5 0.17 0.38
Hex 70 50 54 0 1D 19 38 160 11 26
Octal 160 120 124 0 35 31 70 540 21 46
Binary 1110000 1010000 1010100 0 11101 11001 111000 101100000 10001 100110

Color Harmonies of #705054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705054

Black with #705054

Text Example


Text Example

White with #705054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705054; }

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

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

background-color css

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

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

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

border-color css

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

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

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