Html Css Color HEX #704A59 Finn

📋 copy color: '#704A59'

red 112 ◦ green 74 ◦ blue 89

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

Shades of Finn #704A59

Tints of Finn #704A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.36%

R = 40.73%
G = 26.91%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#704A59 (or 0x704A59) is known color: Finn. HEX triplet: 70, 4A and 59. RGB value is (112,74,89). Sum of RGB (Red+Green+Blue) = 112+74+89=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A59 is #8FB5A6. Grayscale: #575757. Windows color (decimal): -9418151 or 5851760. OLE color: 5851760.

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

Color convert

RGB 112 74 89 -
CMYK 0 0.34 0.21 0.56
HSL 336.32º 0.2% 0.36% -
HSV(B) 336.32º 0.34% 0.44% -
XYZ 10.93 9.06 10.62 -
YUV 87.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 112 74 89 0 0.34 0.21 0.56 336.32 0.2 0.36
Hex 70 4A 59 0 22 15 38 150 14 24
Octal 160 112 131 0 42 25 70 520 24 44
Binary 1110000 1001010 1011001 0 100010 10101 111000 101010000 10100 100100

Color Harmonies of #704A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A59

Black with #704A59

Text Example


Text Example

White with #704A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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