#704F58

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

Shades of Finn #704F58

Tints of Finn #704F58

Color information

#704F58 (or 0x704F58) is unknown color: approx Finn. HEX triplet: 70, 4F and 58. RGB value is (112,79,88). Sum of RGB (Red+Green+Blue) = 112+79+88=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F58 is #8FB0A7. Grayscale: #595959. Windows color (decimal): -9416872 or 5787504. OLE color: 5787504.

HSL color Cylindrical-coordinate representation of color #704F58: hue angle of 343.64º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #704F58 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1127988-
CMYK00.290.210.56
HSL343.64º17.28%37.45%-
HSV(B)343.64º29.46%43.92%-
XYZ11.249.7410.52-
YUV89.89126.93143.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=40.14%
G=28.32%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112798800.290.210.56343.6417.2837.45
Hex704F5801D15381581125
Octal16011713003525705302145
Binary1110000100111110110000111011010111100010101100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,79,88); }

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

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

 a { background-color: rgb(112,79,88); }

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

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

 span { border-color: rgb(112,79,88); }

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