#734D56

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

Shades of Finn #734D56

Tints of Finn #734D56

Color information

#734D56 (or 0x734D56) is unknown color: approx Finn. HEX triplet: 73, 4D and 56. RGB value is (115,77,86). Sum of RGB (Red+Green+Blue) = 115+77+86=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #734D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D56 is #8CB2A9. Grayscale: #595959. Windows color (decimal): -9220778 or 5655923. OLE color: 5655923.

HSL color Cylindrical-coordinate representation of color #734D56: hue angle of 345.79º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #734D56 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1157786-
CMYK00.330.250.55
HSL345.79º19.79%37.65%-
HSV(B)345.79º33.04%45.1%-
XYZ11.49.6210.06-
YUV89.39126.09146.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=41.37%
G=27.70%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115778600.330.250.55345.7919.7937.65
Hex734D56021193715a1426
Octal16311512604131675322446
Binary11100111001101101011001000011100111011110101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734D56; }

 p { color: rgb(115,77,86); }

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

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

 a { background-color: rgb(115,77,86); }

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

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

 span { border-color: rgb(115,77,86); }

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