#774659

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

Shades of Cosmic #774659

Tints of Cosmic #774659

Color information

#774659 (or 0x774659) is unknown color: approx Cosmic. HEX triplet: 77, 46 and 59. RGB value is (119,70,89). Sum of RGB (Red+Green+Blue) = 119+70+89=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #774659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774659 is #88B9A6. Grayscale: #565656. Windows color (decimal): -8960423 or 5850743. OLE color: 5850743.

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

Color convert

RGB1197089-
CMYK00.410.250.53
HSL336.73º25.93%37.06%-
HSV(B)336.73º41.18%46.67%-
XYZ11.69.0210.58-
YUV86.82129.23150.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=42.81%
G=25.18%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119708900.410.250.53336.7325.9337.06
Hex77465902919351511a25
Octal16710613105131655213245
Binary11101111000110101100101010011100111010110101000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774659; }

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

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

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

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

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

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

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

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