#774055

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

Shades of Finn #774055

Tints of Finn #774055

Color information

#774055 (or 0x774055) is unknown color: approx Finn. HEX triplet: 77, 40 and 55. RGB value is (119,64,85). Sum of RGB (Red+Green+Blue) = 119+64+85=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774055 is #88BFAA. Grayscale: #525252. Windows color (decimal): -8961963 or 5587063. OLE color: 5587063.

HSL color Cylindrical-coordinate representation of color #774055: hue angle of 337.09º 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 #774055 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1196485-
CMYK00.460.290.53
HSL337.09º30.05%35.88%-
HSV(B)337.09º46.22%46.67%-
XYZ11.088.249.6-
YUV82.84129.22153.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=44.40%
G=23.88%
B=31.72%

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
Decimal119648500.460.290.53337.0930.0535.88
Hex77405502E1D351511e24
Octal16710012505635655213644
Binary11101111000000101010101011101110111010110101000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774055; }

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

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

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

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

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

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

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

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