#774460

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

Shades of Cosmic #774460

Tints of Cosmic #774460

Color information

#774460 (or 0x774460) is unknown color: approx Cosmic. HEX triplet: 77, 44 and 60. RGB value is (119,68,96). Sum of RGB (Red+Green+Blue) = 119+68+96=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #774460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774460 is #88BB9F. Grayscale: #565656. Windows color (decimal): -8960928 or 6308983. OLE color: 6308983.

HSL color Cylindrical-coordinate representation of color #774460: hue angle of 327.06º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #774460 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1196896-
CMYK00.430.190.53
HSL327.06º27.27%36.67%-
HSV(B)327.06º42.86%46.67%-
XYZ11.798.912.16-
YUV86.44133.4151.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=42.05%
G=24.03%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119689600.430.190.53327.0627.2736.67
Hex77446002B13351471b25
Octal16710414005323655073345
Binary11101111000100110000001010111001111010110100011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774460; }

 p { color: rgb(119,68,96); }

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

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

 a { background-color: rgb(119,68,96); }

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

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

 span { border-color: rgb(119,68,96); }

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