#774869

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

Shades of Cosmic #774869

Tints of Cosmic #774869

Color information

#774869 (or 0x774869) is unknown color: approx Cosmic. HEX triplet: 77, 48 and 69. RGB value is (119,72,105). Sum of RGB (Red+Green+Blue) = 119+72+105=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #774869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774869 is #88B796. Grayscale: #595959. Windows color (decimal): -8959895 or 6899831. OLE color: 6899831.

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

Color convert

RGB11972105-
CMYK00.390.120.53
HSL317.87º24.61%37.45%-
HSV(B)317.87º39.5%46.67%-
XYZ12.479.5814.56-
YUV89.82136.57148.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=40.20%
G=24.32%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197210500.390.120.53317.8724.6137.45
Hex774869027C3513e1925
Octal16711015104714654763145
Binary1110111100100011010010100111110011010110011111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774869; }

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

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

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

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

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

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

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

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