#774168

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

Shades of Cosmic #774168

Tints of Cosmic #774168

Color information

#774168 (or 0x774168) is unknown color: approx Cosmic. HEX triplet: 77, 41 and 68. RGB value is (119,65,104). Sum of RGB (Red+Green+Blue) = 119+65+104=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774168 is #88BE97. Grayscale: #555555. Windows color (decimal): -8961688 or 6832503. OLE color: 6832503.

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

Color convert

RGB11965104-
CMYK00.450.130.53
HSL316.67º29.35%36.08%-
HSV(B)316.67º45.38%46.67%-
XYZ128.714.14-
YUV85.59138.39151.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=41.32%
G=22.57%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196510400.450.130.53316.6729.3536.08
Hex77416802DD3513d1d24
Octal16710115005515654753544
Binary1110111100000111010000101101110111010110011110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774168; }

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

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

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

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

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

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

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

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