#773F58

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

Shades of Finn #773F58

Tints of Finn #773F58

Color information

#773F58 (or 0x773F58) is unknown color: approx Finn. HEX triplet: 77, 3F and 58. RGB value is (119,63,88). Sum of RGB (Red+Green+Blue) = 119+63+88=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F58 is #88C0A7. Grayscale: #525252. Windows color (decimal): -8962216 or 5783415. OLE color: 5783415.

HSL color Cylindrical-coordinate representation of color #773F58: hue angle of 333.21º degrees, saturation: 0.31, 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 #773F58 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1196388-
CMYK00.470.260.53
HSL333.21º30.77%35.69%-
HSV(B)333.21º47.06%46.67%-
XYZ11.158.1810.22-
YUV82.59131.05153.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 63 (25% from 255) = 23.33%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=44.07%
G=23.33%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119638800.470.260.53333.2130.7735.69
Hex773F5802F1A3514d1f24
Octal1677713005732655153744
Binary1110111111111101100001011111101011010110100110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,63,88); }

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

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

 a { background-color: rgb(119,63,88); }

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

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

 span { border-color: rgb(119,63,88); }

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