#774462

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

Shades of Cosmic #774462

Tints of Cosmic #774462

Color information

#774462 (or 0x774462) is unknown color: approx Cosmic. HEX triplet: 77, 44 and 62. RGB value is (119,68,98). Sum of RGB (Red+Green+Blue) = 119+68+98=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #774462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774462 is #88BB9D. Grayscale: #565656. Windows color (decimal): -8960926 or 6440055. OLE color: 6440055.

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

Color convert

RGB1196898-
CMYK00.430.180.53
HSL324.71º27.27%36.67%-
HSV(B)324.71º42.86%46.67%-
XYZ11.888.9412.65-
YUV86.67134.4151.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=41.75%
G=23.86%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119689800.430.180.53324.7127.2736.67
Hex77446202B12351451b25
Octal16710414205322655053345
Binary11101111000100110001001010111001011010110100010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774462; }

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

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

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

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

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

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

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

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