#774868

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

Shades of Cosmic #774868

Tints of Cosmic #774868

Color information

#774868 (or 0x774868) is unknown color: approx Cosmic. HEX triplet: 77, 48 and 68. RGB value is (119,72,104). Sum of RGB (Red+Green+Blue) = 119+72+104=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #774868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774868 is #88B797. Grayscale: #595959. Windows color (decimal): -8959896 or 6834295. OLE color: 6834295.

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

Color convert

RGB11972104-
CMYK00.390.130.53
HSL319.15º24.61%37.45%-
HSV(B)319.15º39.5%46.67%-
XYZ12.429.5614.29-
YUV89.7136.07148.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=40.34%
G=24.41%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197210400.390.130.53319.1524.6137.45
Hex774868027D3513f1925
Octal16711015004715654773145
Binary1110111100100011010000100111110111010110011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774868; }

 p { color: rgb(119,72,104); }

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

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

 a { background-color: rgb(119,72,104); }

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

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

 span { border-color: rgb(119,72,104); }

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