#775661

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

Shades of Cosmic #775661

Tints of Cosmic #775661

Color information

#775661 (or 0x775661) is unknown color: approx Cosmic. HEX triplet: 77, 56 and 61. RGB value is (119,86,97). Sum of RGB (Red+Green+Blue) = 119+86+97=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #775661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775661 is #88A99E. Grayscale: #616161. Windows color (decimal): -8956319 or 6379127. OLE color: 6379127.

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

Color convert

RGB1198697-
CMYK00.280.180.53
HSL340º16.1%40.2%-
HSV(B)340º27.73%46.67%-
XYZ13.0911.4412.83-
YUV97.12127.93143.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=39.40%
G=28.48%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119869700.280.180.5334016.140.2
Hex77566101C12351541028
Octal16712614103422655242050
Binary1110111101011011000010111001001011010110101010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775661; }

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

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

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

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

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

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

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

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