#703758

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

Shades of Finn #703758

Tints of Finn #703758

Color information

#703758 (or 0x703758) is unknown color: approx Finn. HEX triplet: 70, 37 and 58. RGB value is (112,55,88). Sum of RGB (Red+Green+Blue) = 112+55+88=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #703758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703758 is #8FC8A7. Grayscale: #4B4B4B. Windows color (decimal): -9423016 or 5781360. OLE color: 5781360.

HSL color Cylindrical-coordinate representation of color #703758: hue angle of 325.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703758 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1125588-
CMYK00.510.210.56
HSL325.26º34.13%32.75%-
HSV(B)325.26º50.89%43.92%-
XYZ9.816.8810.04-
YUV75.8134.88153.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=43.92%
G=21.57%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112558800.510.210.56325.2634.1332.75
Hex70375803315381452221
Octal1606713006325705054241
Binary11100001101111011000011001110101111000101000101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703758; }

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

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

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

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

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

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

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

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