Html Css Color HEX #704A55 Finn

📋 copy color: '#704A55'

red 112 ◦ green 74 ◦ blue 85

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

Shades of Finn #704A55

Tints of Finn #704A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 41.33%
G = 27.31%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#704A55 (or 0x704A55) is known color: Finn. HEX triplet: 70, 4A and 55. RGB value is (112,74,85). Sum of RGB (Red+Green+Blue) = 112+74+85=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A55 is #8FB5AA. Grayscale: #565656. Windows color (decimal): -9418155 or 5589616. OLE color: 5589616.

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

Color convert

RGB 112 74 85 -
CMYK 0 0.34 0.24 0.56
HSL 342.63º 0.2% 0.36% -
HSV(B) 342.63º 0.34% 0.44% -
XYZ 10.77 9 9.76 -
YUV 86.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 112 74 85 0 0.34 0.24 0.56 342.63 0.2 0.36
Hex 70 4A 55 0 22 18 38 157 14 24
Octal 160 112 125 0 42 30 70 527 24 44
Binary 1110000 1001010 1010101 0 100010 11000 111000 101010111 10100 100100

Color Harmonies of #704A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A55

Black with #704A55

Text Example


Text Example

White with #704A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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