#773E54

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

Shades of Finn #773E54

Tints of Finn #773E54

Color information

#773E54 (or 0x773E54) is unknown color: approx Finn. HEX triplet: 77, 3E and 54. RGB value is (119,62,84). Sum of RGB (Red+Green+Blue) = 119+62+84=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #773E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E54 is #88C1AB. Grayscale: #515151. Windows color (decimal): -8962476 or 5521015. OLE color: 5521015.

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

Color convert

RGB1196284-
CMYK00.480.290.53
HSL336.84º31.49%35.49%-
HSV(B)336.84º47.9%46.67%-
XYZ10.938.019.36-
YUV81.55129.38154.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=44.91%
G=23.40%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119628400.480.290.53336.8431.4935.49
Hex773E540301D351511f23
Octal1677612406035655213743
Binary1110111111110101010001100001110111010110101000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773E54; }

 p { color: rgb(119,62,84); }

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

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

 a { background-color: rgb(119,62,84); }

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

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

 span { border-color: rgb(119,62,84); }

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