#774961

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

Shades of Cosmic #774961

Tints of Cosmic #774961

Color information

#774961 (or 0x774961) is unknown color: approx Cosmic. HEX triplet: 77, 49 and 61. RGB value is (119,73,97). Sum of RGB (Red+Green+Blue) = 119+73+97=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #774961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774961 is #88B69E. Grayscale: #595959. Windows color (decimal): -8959647 or 6375799. OLE color: 6375799.

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

Color convert

RGB1197397-
CMYK00.390.180.53
HSL328.7º23.96%37.65%-
HSV(B)328.7º38.66%46.67%-
XYZ12.159.5512.51-
YUV89.49132.24149.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=41.18%
G=25.26%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119739700.390.180.53328.723.9637.65
Hex77496102712351491826
Octal16711114104722655113046
Binary11101111001001110000101001111001011010110100100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774961; }

 p { color: rgb(119,73,97); }

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

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

 a { background-color: rgb(119,73,97); }

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

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

 span { border-color: rgb(119,73,97); }

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