#775565

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

Shades of Cosmic #775565

Tints of Cosmic #775565

Color information

#775565 (or 0x775565) is unknown color: approx Cosmic. HEX triplet: 77, 55 and 65. RGB value is (119,85,101). Sum of RGB (Red+Green+Blue) = 119+85+101=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775565 is #88AA9A. Grayscale: #606060. Windows color (decimal): -8956571 or 6641015. OLE color: 6641015.

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

Color convert

RGB11985101-
CMYK00.290.150.53
HSL331.76º16.67%40%-
HSV(B)331.76º28.57%46.67%-
XYZ13.2111.3613.81-
YUV96.99130.26143.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=39.02%
G=27.87%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198510100.290.150.53331.7616.6740
Hex77556501DF3514c1128
Octal16712514503517655142150
Binary111011110101011100101011101111111010110100110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775565; }

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

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

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

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

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

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

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

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