#775668

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

Shades of Cosmic #775668

Tints of Cosmic #775668

Color information

#775668 (or 0x775668) is unknown color: approx Cosmic. HEX triplet: 77, 56 and 68. RGB value is (119,86,104). Sum of RGB (Red+Green+Blue) = 119+86+104=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #775668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775668 is #88A997. Grayscale: #616161. Windows color (decimal): -8956312 or 6837879. OLE color: 6837879.

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

Color convert

RGB11986104-
CMYK00.280.130.53
HSL327.27º16.1%40.2%-
HSV(B)327.27º27.73%46.67%-
XYZ13.4311.5814.62-
YUV97.92131.43143.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=38.51%
G=27.83%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198610400.280.130.53327.2716.140.2
Hex77566801CD351471028
Octal16712615003415655072050
Binary111011110101101101000011100110111010110100011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775668; }

 p { color: rgb(119,86,104); }

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

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

 a { background-color: rgb(119,86,104); }

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

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

 span { border-color: rgb(119,86,104); }

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