#774E6A

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

Shades of Cosmic #774E6A

Tints of Cosmic #774E6A

Color information

#774E6A (or 0x774E6A) is unknown color: approx Cosmic. HEX triplet: 77, 4E and 6A. RGB value is (119,78,106). Sum of RGB (Red+Green+Blue) = 119+78+106=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E6A is #88B195. Grayscale: #5D5D5D. Windows color (decimal): -8958358 or 6966903. OLE color: 6966903.

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

Color convert

RGB11978106-
CMYK00.340.110.53
HSL319.02º20.81%38.63%-
HSV(B)319.02º34.45%46.67%-
XYZ12.9310.4114.96-
YUV93.45135.08146.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=39.27%
G=25.74%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197810600.340.110.53319.0220.8138.63
Hex774E6A022B3513f1527
Octal16711615204213654772547
Binary1110111100111011010100100010101111010110011111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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