Html Css Color HEX #704659 Finn

📋 copy color: '#704659'

red 112 ◦ green 70 ◦ blue 89

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

Shades of Finn #704659

Tints of Finn #704659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 41.33%
G = 25.83%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#704659 (or 0x704659) is known color: Finn. HEX triplet: 70, 46 and 59. RGB value is (112,70,89). Sum of RGB (Red+Green+Blue) = 112+70+89=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704659 is #8FB9A6. Grayscale: #545454. Windows color (decimal): -9419175 or 5850736. OLE color: 5850736.

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

Color convert

RGB 112 70 89 -
CMYK 0 0.38 0.21 0.56
HSL 332.86º 0.23% 0.36% -
HSV(B) 332.86º 0.38% 0.44% -
XYZ 10.68 8.55 10.54 -
YUV 84.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 112 70 89 0 0.38 0.21 0.56 332.86 0.23 0.36
Hex 70 46 59 0 26 15 38 14D 17 24
Octal 160 106 131 0 46 25 70 515 27 44
Binary 1110000 1000110 1011001 0 100110 10101 111000 101001101 10111 100100

Color Harmonies of #704659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704659

Black with #704659

Text Example


Text Example

White with #704659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704659; }

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

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

background-color css

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

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

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

border-color css

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

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

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