#704657

Color #704657 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #704657

Tints of Finn #704657

Color information

#704657 (or 0x704657) is unknown color: approx Finn. HEX triplet: 70, 46 and 57. RGB value is (112,70,87). Sum of RGB (Red+Green+Blue) = 112+70+87=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #704657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704657 is #8FB9A8. Grayscale: #545454. Windows color (decimal): -9419177 or 5719664. OLE color: 5719664.

HSL color Cylindrical-coordinate representation of color #704657: hue angle of 335.71º 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 #704657 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1127087-
CMYK00.380.220.56
HSL335.71º23.08%35.69%-
HSV(B)335.71º37.5%43.92%-
XYZ10.598.5110.1-
YUV84.5129.41147.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 87 (34.38% from 255) = 32.34%
R=41.64%
G=26.02%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112708700.380.220.56335.7123.0835.69
Hex70465702616381501724
Octal16010612704626705202744
Binary11100001000110101011101001101011011100010101000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704657; }

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

 H1.HeaderClassName
 {
   color: #704657;
 }
 .AnyTagClassName
 {
   color: #704657;
 }
</style>
background-color css

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

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

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

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

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

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