#774465

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

Shades of Cosmic #774465

Tints of Cosmic #774465

Color information

#774465 (or 0x774465) is unknown color: approx Cosmic. HEX triplet: 77, 44 and 65. RGB value is (119,68,101). Sum of RGB (Red+Green+Blue) = 119+68+101=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774465 is #88BB9A. Grayscale: #565656. Windows color (decimal): -8960923 or 6636663. OLE color: 6636663.

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

Color convert

RGB11968101-
CMYK00.430.150.53
HSL321.18º27.27%36.67%-
HSV(B)321.18º42.86%46.67%-
XYZ12.02913.41-
YUV87.01135.9150.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=41.32%
G=23.61%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196810100.430.150.53321.1827.2736.67
Hex77446502BF351411b25
Octal16710414505317655013345
Binary1110111100010011001010101011111111010110100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774465; }

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

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

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

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

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

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

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

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