#775469

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

Shades of Cosmic #775469

Tints of Cosmic #775469

Color information

#775469 (or 0x775469) is unknown color: approx Cosmic. HEX triplet: 77, 54 and 69. RGB value is (119,84,105). Sum of RGB (Red+Green+Blue) = 119+84+105=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775469 is #88AB96. Grayscale: #606060. Windows color (decimal): -8956823 or 6902903. OLE color: 6902903.

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

Color convert

RGB11984105-
CMYK00.290.120.53
HSL324º17.24%39.8%-
HSV(B)324º29.41%46.67%-
XYZ13.3311.2814.84-
YUV96.86132.6143.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=38.64%
G=27.27%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198410500.290.120.5332417.2439.8
Hex77546901DC351441128
Octal16712415103514655042150
Binary111011110101001101001011101110011010110100010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775469; }

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

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

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

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

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

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

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

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