Html Css Color HEX #704A56 Finn

📋 copy color: '#704A56'

red 112 ◦ green 74 ◦ blue 86

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

Shades of Finn #704A56

Tints of Finn #704A56

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

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

R = 41.18%
G = 27.21%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#704A56 (or 0x704A56) is known color: Finn. HEX triplet: 70, 4A and 56. RGB value is (112,74,86). Sum of RGB (Red+Green+Blue) = 112+74+86=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #704A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A56 is #8FB5A9. Grayscale: #565656. Windows color (decimal): -9418154 or 5655152. OLE color: 5655152.

HSL color Cylindrical-coordinate representation of color #704A56: hue angle of 341.05º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704A56 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 74 86 -
CMYK 0 0.34 0.23 0.56
HSL 341.05º 0.2% 0.36% -
HSV(B) 341.05º 0.34% 0.44% -
XYZ 10.81 9.01 9.97 -
YUV 86.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 112 74 86 0 0.34 0.23 0.56 341.05 0.2 0.36
Hex 70 4A 56 0 22 17 38 155 14 24
Octal 160 112 126 0 42 27 70 525 24 44
Binary 1110000 1001010 1010110 0 100010 10111 111000 101010101 10100 100100

Color Harmonies of #704A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A56

Black with #704A56

Text Example


Text Example

White with #704A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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