#704C57

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

Shades of Finn #704C57

Tints of Finn #704C57

Color information

#704C57 (or 0x704C57) is unknown color: approx Finn. HEX triplet: 70, 4C and 57. RGB value is (112,76,87). Sum of RGB (Red+Green+Blue) = 112+76+87=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C57 is #8FB3A8. Grayscale: #585858. Windows color (decimal): -9417641 or 5721200. OLE color: 5721200.

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

Color convert

RGB1127687-
CMYK00.320.220.56
HSL341.67º19.15%36.86%-
HSV(B)341.67º32.14%43.92%-
XYZ10.999.310.23-
YUV88.02127.43145.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 76 (30.08% from 255) = 27.64%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=40.73%
G=27.64%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112768700.320.220.56341.6719.1536.86
Hex704C5702016381561325
Octal16011412704026705262345
Binary11100001001100101011101000001011011100010101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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