#774E68

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

Shades of Cosmic #774E68

Tints of Cosmic #774E68

Color information

#774E68 (or 0x774E68) is unknown color: approx Cosmic. HEX triplet: 77, 4E and 68. RGB value is (119,78,104). Sum of RGB (Red+Green+Blue) = 119+78+104=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #774E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E68 is #88B197. Grayscale: #5D5D5D. Windows color (decimal): -8958360 or 6835831. OLE color: 6835831.

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

Color convert

RGB11978104-
CMYK00.340.130.53
HSL321.95º20.81%38.63%-
HSV(B)321.95º34.45%46.67%-
XYZ12.8310.3714.42-
YUV93.22134.08146.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=39.53%
G=25.91%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197810400.340.130.53321.9520.8138.63
Hex774E68022D351421527
Octal16711615004215655022547
Binary1110111100111011010000100010110111010110100001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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