Html Css Color HEX #704856 Finn

📋 copy color: '#704856'

red 112 ◦ green 72 ◦ blue 86

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

Shades of Finn #704856

Tints of Finn #704856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 41.48%
G = 26.67%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#704856 (or 0x704856) is known color: Finn. HEX triplet: 70, 48 and 56. RGB value is (112,72,86). Sum of RGB (Red+Green+Blue) = 112+72+86=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #704856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704856 is #8FB7A9. Grayscale: #555555. Windows color (decimal): -9418666 or 5654640. OLE color: 5654640.

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

Color convert

RGB 112 72 86 -
CMYK 0 0.36 0.23 0.56
HSL 339º 0.22% 0.36% -
HSV(B) 339º 0.36% 0.44% -
XYZ 10.68 8.75 9.93 -
YUV 85.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 112 72 86 0 0.36 0.23 0.56 339 0.22 0.36
Hex 70 48 56 0 24 17 38 153 16 24
Octal 160 110 126 0 44 27 70 523 26 44
Binary 1110000 1001000 1010110 0 100100 10111 111000 101010011 10110 100100

Color Harmonies of #704856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704856

Black with #704856

Text Example


Text Example

White with #704856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704856; }

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

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

background-color css

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

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

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

border-color css

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

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

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