#775563

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

Shades of Cosmic #775563

Tints of Cosmic #775563

Color information

#775563 (or 0x775563) is unknown color: approx Cosmic. HEX triplet: 77, 55 and 63. RGB value is (119,85,99). Sum of RGB (Red+Green+Blue) = 119+85+99=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775563 is #88AA9C. Grayscale: #606060. Windows color (decimal): -8956573 or 6509943. OLE color: 6509943.

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

Color convert

RGB1198599-
CMYK00.290.170.53
HSL335.29º16.67%40%-
HSV(B)335.29º28.57%46.67%-
XYZ13.1111.3213.3-
YUV96.76129.26143.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=39.27%
G=28.05%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119859900.290.170.53335.2916.6740
Hex77556301D113514f1128
Octal16712514303521655172150
Binary1110111101010111000110111011000111010110100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775563; }

 p { color: rgb(119,85,99); }

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

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

 a { background-color: rgb(119,85,99); }

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

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

 span { border-color: rgb(119,85,99); }

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