#774660

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

Shades of Cosmic #774660

Tints of Cosmic #774660

Color information

#774660 (or 0x774660) is unknown color: approx Cosmic. HEX triplet: 77, 46 and 60. RGB value is (119,70,96). Sum of RGB (Red+Green+Blue) = 119+70+96=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #774660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774660 is #88B99F. Grayscale: #575757. Windows color (decimal): -8960416 or 6309495. OLE color: 6309495.

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

Color convert

RGB1197096-
CMYK00.410.190.53
HSL328.16º25.93%37.06%-
HSV(B)328.16º41.18%46.67%-
XYZ11.919.1512.2-
YUV87.62132.73150.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=41.75%
G=24.56%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119709600.410.190.53328.1625.9337.06
Hex77466002913351481a25
Octal16710614005123655103245
Binary11101111000110110000001010011001111010110100100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774660; }

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

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

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

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

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

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

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

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