#775664

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

Shades of Cosmic #775664

Tints of Cosmic #775664

Color information

#775664 (or 0x775664) is unknown color: approx Cosmic. HEX triplet: 77, 56 and 64. RGB value is (119,86,100). Sum of RGB (Red+Green+Blue) = 119+86+100=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775664 is #88A99B. Grayscale: #616161. Windows color (decimal): -8956316 or 6575735. OLE color: 6575735.

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

Color convert

RGB11986100-
CMYK00.280.160.53
HSL334.55º16.1%40.2%-
HSV(B)334.55º27.73%46.67%-
XYZ13.2411.513.58-
YUV97.46129.43143.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=39.02%
G=28.20%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198610000.280.160.53334.5516.140.2
Hex77566401C103514f1028
Octal16712614403420655172050
Binary1110111101011011001000111001000011010110100111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775664; }

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

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

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

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

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

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

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

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