#774169

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

Shades of Cosmic #774169

Tints of Cosmic #774169

Color information

#774169 (or 0x774169) is unknown color: approx Cosmic. HEX triplet: 77, 41 and 69. RGB value is (119,65,105). Sum of RGB (Red+Green+Blue) = 119+65+105=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #774169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774169 is #88BE96. Grayscale: #555555. Windows color (decimal): -8961687 or 6898039. OLE color: 6898039.

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

Color convert

RGB11965105-
CMYK00.450.120.53
HSL315.56º29.35%36.08%-
HSV(B)315.56º45.38%46.67%-
XYZ12.058.7214.41-
YUV85.71138.89151.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=41.18%
G=22.49%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196510500.450.120.53315.5629.3536.08
Hex77416902DC3513c1d24
Octal16710115105514654743544
Binary1110111100000111010010101101110011010110011110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774169; }

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

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

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

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

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

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

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

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