Html Css Color HEX #704E52 Falcon

📋 copy color: '#704E52'

red 112 ◦ green 78 ◦ blue 82

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

Shades of Falcon #704E52

Tints of Falcon #704E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.68%

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

R = 41.18%
G = 28.68%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#704E52 (or 0x704E52) is known color: Falcon. HEX triplet: 70, 4E and 52. RGB value is (112,78,82). Sum of RGB (Red+Green+Blue) = 112+78+82=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #704E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E52 is #8FB1AD. Grayscale: #585858. Windows color (decimal): -9417134 or 5394032. OLE color: 5394032.

HSL color Cylindrical-coordinate representation of color #704E52: hue angle of 352.94º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #704E52 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 82 -
CMYK 0 0.30 0.27 0.56
HSL 352.94º 0.18% 0.37% -
HSV(B) 352.94º 0.3% 0.44% -
XYZ 10.93 9.5 9.24 -
YUV 88.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 112 78 82 0 0.30 0.27 0.56 352.94 0.18 0.37
Hex 70 4E 52 0 1E 1B 38 161 12 25
Octal 160 116 122 0 36 33 70 541 22 45
Binary 1110000 1001110 1010010 0 11110 11011 111000 101100001 10010 100101

Color Harmonies of #704E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E52

Black with #704E52

Text Example


Text Example

White with #704E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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