Html Css Color HEX #704056 Finn

📋 copy color: '#704056'

red 112 ◦ green 64 ◦ blue 86

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

Shades of Finn #704056

Tints of Finn #704056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

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

R = 42.75%
G = 24.43%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#704056 (or 0x704056) is known color: Finn. HEX triplet: 70, 40 and 56. RGB value is (112,64,86). Sum of RGB (Red+Green+Blue) = 112+64+86=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #704056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704056 is #8FBFA9. Grayscale: #505050. Windows color (decimal): -9420714 or 5652592. OLE color: 5652592.

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

Color convert

RGB 112 64 86 -
CMYK 0 0.43 0.23 0.56
HSL 332.5º 0.27% 0.35% -
HSV(B) 332.5º 0.43% 0.44% -
XYZ 10.2 7.78 9.77 -
YUV 80.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 112 64 86 0 0.43 0.23 0.56 332.5 0.27 0.35
Hex 70 40 56 0 2B 17 38 14C 1B 23
Octal 160 100 126 0 53 27 70 514 33 43
Binary 1110000 1000000 1010110 0 101011 10111 111000 101001100 11011 100011

Color Harmonies of #704056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704056

Black with #704056

Text Example


Text Example

White with #704056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704056; }

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

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

background-color css

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

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

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

border-color css

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

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

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