#774160

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

Shades of Cosmic #774160

Tints of Cosmic #774160

Color information

#774160 (or 0x774160) is unknown color: approx Cosmic. HEX triplet: 77, 41 and 60. RGB value is (119,65,96). Sum of RGB (Red+Green+Blue) = 119+65+96=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #774160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774160 is #88BE9F. Grayscale: #545454. Windows color (decimal): -8961696 or 6308215. OLE color: 6308215.

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

Color convert

RGB1196596-
CMYK00.450.190.53
HSL325.56º29.35%36.08%-
HSV(B)325.56º45.38%46.67%-
XYZ11.618.5512.1-
YUV84.68134.39152.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=42.5%
G=23.21%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119659600.450.190.53325.5629.3536.08
Hex77416002D13351461d24
Octal16710114005523655063544
Binary11101111000001110000001011011001111010110100011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774160; }

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

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

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

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

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

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

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

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