Html Css Color HEX #704F54 Falcon

📋 copy color: '#704F54'

red 112 ◦ green 79 ◦ blue 84

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

Shades of Falcon #704F54

Tints of Falcon #704F54

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.73%

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

R = 40.73%
G = 28.73%
B = 30.55%

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

#704F54 (or 0x704F54) is known color: Falcon. HEX triplet: 70, 4F and 54. RGB value is (112,79,84). Sum of RGB (Red+Green+Blue) = 112+79+84=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F54 is #8FB0AB. Grayscale: #595959. Windows color (decimal): -9416876 or 5525360. OLE color: 5525360.

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

Color convert

RGB 112 79 84 -
CMYK 0 0.29 0.25 0.56
HSL 350.91º 0.17% 0.37% -
HSV(B) 350.91º 0.29% 0.44% -
XYZ 11.08 9.68 9.67 -
YUV 89.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 112 79 84 0 0.29 0.25 0.56 350.91 0.17 0.37
Hex 70 4F 54 0 1D 19 38 15F 11 25
Octal 160 117 124 0 35 31 70 537 21 45
Binary 1110000 1001111 1010100 0 11101 11001 111000 101011111 10001 100101

Color Harmonies of #704F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F54

Black with #704F54

Text Example


Text Example

White with #704F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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