#774068

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

Shades of Cosmic #774068

Tints of Cosmic #774068

Color information

#774068 (or 0x774068) is unknown color: approx Cosmic. HEX triplet: 77, 40 and 68. RGB value is (119,64,104). Sum of RGB (Red+Green+Blue) = 119+64+104=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #774068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774068 is #88BF97. Grayscale: #545454. Windows color (decimal): -8961944 or 6832247. OLE color: 6832247.

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

Color convert

RGB11964104-
CMYK00.460.130.53
HSL316.36º30.05%35.88%-
HSV(B)316.36º46.22%46.67%-
XYZ11.948.5914.13-
YUV85138.72152.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=41.46%
G=22.30%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196410400.460.130.53316.3630.0535.88
Hex77406802ED3513c1e24
Octal16710015005615654743644
Binary1110111100000011010000101110110111010110011110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774068; }

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

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

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

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

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

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

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

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