#734858

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

Shades of Finn #734858

Tints of Finn #734858

Color information

#734858 (or 0x734858) is unknown color: approx Finn. HEX triplet: 73, 48 and 58. RGB value is (115,72,88). Sum of RGB (Red+Green+Blue) = 115+72+88=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #734858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734858 is #8CB7A7. Grayscale: #565656. Windows color (decimal): -9222056 or 5785715. OLE color: 5785715.

HSL color Cylindrical-coordinate representation of color #734858: hue angle of 337.67º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #734858 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1157288-
CMYK00.370.230.55
HSL337.67º22.99%36.67%-
HSV(B)337.67º37.39%45.1%-
XYZ11.158.9810.38-
YUV86.68128.75148.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 88 (34.77% from 255) = 32%
R=41.82%
G=26.18%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115728800.370.230.55337.6722.9936.67
Hex73485802517371521725
Octal16311013004527675222745
Binary11100111001000101100001001011011111011110101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734858; }

 p { color: rgb(115,72,88); }

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

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

 a { background-color: rgb(115,72,88); }

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

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

 span { border-color: rgb(115,72,88); }

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