#775460

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

Shades of Cosmic #775460

Tints of Cosmic #775460

Color information

#775460 (or 0x775460) is unknown color: approx Cosmic. HEX triplet: 77, 54 and 60. RGB value is (119,84,96). Sum of RGB (Red+Green+Blue) = 119+84+96=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #775460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775460 is #88AB9F. Grayscale: #5F5F5F. Windows color (decimal): -8956832 or 6313079. OLE color: 6313079.

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

Color convert

RGB1198496-
CMYK00.290.190.53
HSL339.43º17.24%39.8%-
HSV(B)339.43º29.41%46.67%-
XYZ12.8911.1112.53-
YUV95.83128.1144.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.80%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=39.80%
G=28.09%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119849600.290.190.53339.4317.2439.8
Hex77546001D13351531128
Octal16712414003523655232150
Binary1110111101010011000000111011001111010110101001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775460; }

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

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

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

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

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

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

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

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