Html Css Color HEX #704F52 Falcon

📋 copy color: '#704F52'

red 112 ◦ green 79 ◦ blue 82

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

Shades of Falcon #704F52

Tints of Falcon #704F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 41.03%
G = 28.94%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#704F52 (or 0x704F52) is known color: Falcon. HEX triplet: 70, 4F and 52. RGB value is (112,79,82). Sum of RGB (Red+Green+Blue) = 112+79+82=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #704F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F52 is #8FB0AD. Grayscale: #595959. Windows color (decimal): -9416878 or 5394288. OLE color: 5394288.

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

Color convert

RGB 112 79 82 -
CMYK 0 0.29 0.27 0.56
HSL 354.55º 0.17% 0.37% -
HSV(B) 354.55º 0.29% 0.44% -
XYZ 11 9.65 9.26 -
YUV 89.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 112 79 82 0 0.29 0.27 0.56 354.55 0.17 0.37
Hex 70 4F 52 0 1D 1B 38 163 11 25
Octal 160 117 122 0 35 33 70 543 21 45
Binary 1110000 1001111 1010010 0 11101 11011 111000 101100011 10001 100101

Color Harmonies of #704F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F52

Black with #704F52

Text Example


Text Example

White with #704F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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