#784155

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

Shades of Finn #784155

Tints of Finn #784155

Color information

#784155 (or 0x784155) is unknown color: approx Finn. HEX triplet: 78, 41 and 55. RGB value is (120,65,85). Sum of RGB (Red+Green+Blue) = 120+65+85=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #784155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784155 is #87BEAA. Grayscale: #535353. Windows color (decimal): -8896171 or 5587320. OLE color: 5587320.

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

Color convert

RGB1206585-
CMYK00.460.290.53
HSL338.18º29.73%36.27%-
HSV(B)338.18º45.83%47.06%-
XYZ11.288.439.63-
YUV83.72128.72153.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=44.44%
G=24.07%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120658500.460.290.53338.1829.7336.27
Hex78415502E1D351521e24
Octal17010112505635655223644
Binary11110001000001101010101011101110111010110101001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784155; }

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

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

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

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

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

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

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

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