#774269

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

Shades of Cosmic #774269

Tints of Cosmic #774269

Color information

#774269 (or 0x774269) is unknown color: approx Cosmic. HEX triplet: 77, 42 and 69. RGB value is (119,66,105). Sum of RGB (Red+Green+Blue) = 119+66+105=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774269 is #88BD96. Grayscale: #565656. Windows color (decimal): -8961431 or 6898295. OLE color: 6898295.

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

Color convert

RGB11966105-
CMYK00.450.120.53
HSL315.85º28.65%36.27%-
HSV(B)315.85º44.54%46.67%-
XYZ12.118.8414.43-
YUV86.29138.56151.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=41.03%
G=22.76%
B=36.21%

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
Decimal1196610500.450.120.53315.8528.6536.27
Hex77426902DC3513c1d24
Octal16710215105514654743544
Binary1110111100001011010010101101110011010110011110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774269; }

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

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

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

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

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

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

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

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