#774A67

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

Shades of Cosmic #774A67

Tints of Cosmic #774A67

Color information

#774A67 (or 0x774A67) is unknown color: approx Cosmic. HEX triplet: 77, 4A and 67. RGB value is (119,74,103). Sum of RGB (Red+Green+Blue) = 119+74+103=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #774A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A67 is #88B598. Grayscale: #5A5A5A. Windows color (decimal): -8959385 or 6769271. OLE color: 6769271.

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

Color convert

RGB11974103-
CMYK00.380.130.53
HSL321.33º23.32%37.84%-
HSV(B)321.33º37.82%46.67%-
XYZ12.59.814.06-
YUV90.76134.91148.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 74 (29.30% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=40.20%
G=25%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197410300.380.130.53321.3323.3237.84
Hex774A67026D351411726
Octal16711214704615655012746
Binary1110111100101011001110100110110111010110100000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,74,103); }

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

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

 a { background-color: rgb(119,74,103); }

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

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

 span { border-color: rgb(119,74,103); }

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