Html Css Color HEX #704E4F Falcon

📋 copy color: '#704E4F'

red 112 ◦ green 78 ◦ blue 79

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

Shades of Falcon #704E4F

Tints of Falcon #704E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.37%

R = 41.64%
G = 29%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#704E4F (or 0x704E4F) is known color: Falcon. HEX triplet: 70, 4E and 4F. RGB value is (112,78,79). Sum of RGB (Red+Green+Blue) = 112+78+79=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #704E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E4F is #8FB1B0. Grayscale: #585858. Windows color (decimal): -9417137 or 5197424. OLE color: 5197424.

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

Color convert

RGB 112 78 79 -
CMYK 0 0.30 0.29 0.56
HSL 358.24º 0.18% 0.37% -
HSV(B) 358.24º 0.3% 0.44% -
XYZ 10.82 9.46 8.65 -
YUV 88.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 112 78 79 0 0.30 0.29 0.56 358.24 0.18 0.37
Hex 70 4E 4F 0 1E 1D 38 166 12 25
Octal 160 116 117 0 36 35 70 546 22 45
Binary 1110000 1001110 1001111 0 11110 11101 111000 101100110 10010 100101

Color Harmonies of #704E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E4F

Black with #704E4F

Text Example


Text Example

White with #704E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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