#784055

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

Shades of Finn #784055

Tints of Finn #784055

Color information

#784055 (or 0x784055) is unknown color: approx Finn. HEX triplet: 78, 40 and 55. RGB value is (120,64,85). Sum of RGB (Red+Green+Blue) = 120+64+85=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784055 is #87BFAA. Grayscale: #535353. Windows color (decimal): -8896427 or 5587064. OLE color: 5587064.

HSL color Cylindrical-coordinate representation of color #784055: hue angle of 337.5º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784055 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1206485-
CMYK00.470.290.53
HSL337.5º30.43%36.08%-
HSV(B)337.5º46.67%47.06%-
XYZ11.228.329.61-
YUV83.14129.05154.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=44.61%
G=23.79%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120648500.470.290.53337.530.4336.08
Hex78405502F1D351521e24
Octal17010012505735655223644
Binary11110001000000101010101011111110111010110101001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784055; }

 p { color: rgb(120,64,85); }

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

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

 a { background-color: rgb(120,64,85); }

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

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

 span { border-color: rgb(120,64,85); }

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