#774D68

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

Shades of Cosmic #774D68

Tints of Cosmic #774D68

Color information

#774D68 (or 0x774D68) is unknown color: approx Cosmic. HEX triplet: 77, 4D and 68. RGB value is (119,77,104). Sum of RGB (Red+Green+Blue) = 119+77+104=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #774D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D68 is #88B297. Grayscale: #5C5C5C. Windows color (decimal): -8958616 or 6835575. OLE color: 6835575.

HSL color Cylindrical-coordinate representation of color #774D68: hue angle of 321.43º 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 #774D68 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB11977104-
CMYK00.350.130.53
HSL321.43º21.43%38.43%-
HSV(B)321.43º35.29%46.67%-
XYZ12.7610.2314.4-
YUV92.64134.41146.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=39.67%
G=25.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197710400.350.130.53321.4321.4338.43
Hex774D68023D351411526
Octal16711515004315655012546
Binary1110111100110111010000100011110111010110100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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