#775069

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

Shades of Cosmic #775069

Tints of Cosmic #775069

Color information

#775069 (or 0x775069) is unknown color: approx Cosmic. HEX triplet: 77, 50 and 69. RGB value is (119,80,105). Sum of RGB (Red+Green+Blue) = 119+80+105=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775069 is #88AF96. Grayscale: #5E5E5E. Windows color (decimal): -8957847 or 6901879. OLE color: 6901879.

HSL color Cylindrical-coordinate representation of color #775069: hue angle of 321.54º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775069 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB11980105-
CMYK00.330.120.53
HSL321.54º19.6%39.02%-
HSV(B)321.54º32.77%46.67%-
XYZ13.0310.6814.74-
YUV94.51133.92145.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=39.14%
G=26.32%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198010500.330.120.53321.5419.639.02
Hex775069021C351421427
Octal16712015104114655022447
Binary1110111101000011010010100001110011010110100001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775069; }

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

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

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

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

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

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

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

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