Html Css Color HEX #704C59 Finn

📋 copy color: '#704C59'

red 112 ◦ green 76 ◦ blue 89

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

Shades of Finn #704C59

Tints of Finn #704C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.44%

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

R = 40.43%
G = 27.44%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#704C59 (or 0x704C59) is known color: Finn. HEX triplet: 70, 4C and 59. RGB value is (112,76,89). Sum of RGB (Red+Green+Blue) = 112+76+89=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #704C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C59 is #8FB3A6. Grayscale: #585858. Windows color (decimal): -9417639 or 5852272. OLE color: 5852272.

HSL color Cylindrical-coordinate representation of color #704C59: hue angle of 338.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C59 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 89 -
CMYK 0 0.32 0.21 0.56
HSL 338.33º 0.19% 0.37% -
HSV(B) 338.33º 0.32% 0.44% -
XYZ 11.07 9.33 10.67 -
YUV 88.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 112 76 89 0 0.32 0.21 0.56 338.33 0.19 0.37
Hex 70 4C 59 0 20 15 38 152 13 25
Octal 160 114 131 0 40 25 70 522 23 45
Binary 1110000 1001100 1011001 0 100000 10101 111000 101010010 10011 100101

Color Harmonies of #704C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C59

Black with #704C59

Text Example


Text Example

White with #704C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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