Html Css Color HEX #704F53 Falcon

📋 copy color: '#704F53'

red 112 ◦ green 79 ◦ blue 83

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

Shades of Falcon #704F53

Tints of Falcon #704F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.29%

R = 40.88%
G = 28.83%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#704F53 (or 0x704F53) is known color: Falcon. HEX triplet: 70, 4F and 53. RGB value is (112,79,83). Sum of RGB (Red+Green+Blue) = 112+79+83=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #704F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F53 is #8FB0AC. Grayscale: #595959. Windows color (decimal): -9416877 or 5459824. OLE color: 5459824.

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

Color convert

RGB 112 79 83 -
CMYK 0 0.29 0.26 0.56
HSL 352.73º 0.17% 0.37% -
HSV(B) 352.73º 0.29% 0.44% -
XYZ 11.04 9.66 9.47 -
YUV 89.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 112 79 83 0 0.29 0.26 0.56 352.73 0.17 0.37
Hex 70 4F 53 0 1D 1A 38 161 11 25
Octal 160 117 123 0 35 32 70 541 21 45
Binary 1110000 1001111 1010011 0 11101 11010 111000 101100001 10001 100101

Color Harmonies of #704F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F53

Black with #704F53

Text Example


Text Example

White with #704F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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