#775860

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

Shades of Cosmic #775860

Tints of Cosmic #775860

Color information

#775860 (or 0x775860) is unknown color: approx Cosmic. HEX triplet: 77, 58 and 60. RGB value is (119,88,96). Sum of RGB (Red+Green+Blue) = 119+88+96=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775860 is #88A79F. Grayscale: #626262. Windows color (decimal): -8955808 or 6314103. OLE color: 6314103.

HSL color Cylindrical-coordinate representation of color #775860: hue angle of 344.52º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #775860 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1198896-
CMYK00.260.190.53
HSL344.52º14.98%40.59%-
HSV(B)344.52º26.05%46.67%-
XYZ13.2111.7512.64-
YUV98.18126.77142.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=39.27%
G=29.04%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119889600.260.190.53344.5214.9840.59
Hex77586001A1335159f29
Octal16713014003223655311751
Binary111011110110001100000011010100111101011010110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775860; }

 p { color: rgb(119,88,96); }

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

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

 a { background-color: rgb(119,88,96); }

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

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

 span { border-color: rgb(119,88,96); }

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