#774D60

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

Shades of Cosmic #774D60

Tints of Cosmic #774D60

Color information

#774D60 (or 0x774D60) is unknown color: approx Cosmic. HEX triplet: 77, 4D and 60. RGB value is (119,77,96). Sum of RGB (Red+Green+Blue) = 119+77+96=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #774D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D60 is #88B29F. Grayscale: #5B5B5B. Windows color (decimal): -8958624 or 6311287. OLE color: 6311287.

HSL color Cylindrical-coordinate representation of color #774D60: hue angle of 332.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #774D60 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1197796-
CMYK00.350.190.53
HSL332.86º21.43%38.43%-
HSV(B)332.86º35.29%46.67%-
XYZ12.3710.0712.36-
YUV91.72130.41147.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=40.75%
G=26.37%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119779600.350.190.53332.8621.4338.43
Hex774D60023133514d1526
Octal16711514004323655152546
Binary11101111001101110000001000111001111010110100110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D60; }

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

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

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

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

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

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

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

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