#774059

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

Shades of Cosmic #774059

Tints of Cosmic #774059

Color information

#774059 (or 0x774059) is unknown color: approx Cosmic. HEX triplet: 77, 40 and 59. RGB value is (119,64,89). Sum of RGB (Red+Green+Blue) = 119+64+89=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774059 is #88BFA6. Grayscale: #535353. Windows color (decimal): -8961959 or 5849207. OLE color: 5849207.

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

Color convert

RGB1196489-
CMYK00.460.250.53
HSL332.73º30.05%35.88%-
HSV(B)332.73º46.22%46.67%-
XYZ11.248.3110.46-
YUV83.3131.22153.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 89 (35.16% from 255) = 32.72%
R=43.75%
G=23.53%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119648900.460.250.53332.7330.0535.88
Hex77405902E193514d1e24
Octal16710013105631655153644
Binary11101111000000101100101011101100111010110100110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774059; }

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

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

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

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

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

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

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

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