Html Css Color HEX #704E56 Finn

📋 copy color: '#704E56'

red 112 ◦ green 78 ◦ blue 86

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

Shades of Finn #704E56

Tints of Finn #704E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 40.58%
G = 28.26%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#704E56 (or 0x704E56) is known color: Finn. HEX triplet: 70, 4E and 56. RGB value is (112,78,86). Sum of RGB (Red+Green+Blue) = 112+78+86=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #704E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E56 is #8FB1A9. Grayscale: #595959. Windows color (decimal): -9417130 or 5656176. OLE color: 5656176.

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

Color convert

RGB 112 78 86 -
CMYK 0 0.30 0.23 0.56
HSL 345.88º 0.18% 0.37% -
HSV(B) 345.88º 0.3% 0.44% -
XYZ 11.09 9.57 10.07 -
YUV 89.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 112 78 86 0 0.30 0.23 0.56 345.88 0.18 0.37
Hex 70 4E 56 0 1E 17 38 15A 12 25
Octal 160 116 126 0 36 27 70 532 22 45
Binary 1110000 1001110 1010110 0 11110 10111 111000 101011010 10010 100101

Color Harmonies of #704E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E56

Black with #704E56

Text Example


Text Example

White with #704E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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