#774865

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

Shades of Cosmic #774865

Tints of Cosmic #774865

Color information

#774865 (or 0x774865) is unknown color: approx Cosmic. HEX triplet: 77, 48 and 65. RGB value is (119,72,101). Sum of RGB (Red+Green+Blue) = 119+72+101=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #774865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774865 is #88B79A. Grayscale: #595959. Windows color (decimal): -8959899 or 6637687. OLE color: 6637687.

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

Color convert

RGB11972101-
CMYK00.390.150.53
HSL322.98º24.61%37.45%-
HSV(B)322.98º39.5%46.67%-
XYZ12.279.513.5-
YUV89.36134.57149.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=40.75%
G=24.66%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197210100.390.150.53322.9824.6137.45
Hex774865027F351431925
Octal16711014504717655033145
Binary1110111100100011001010100111111111010110100001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774865; }

 p { color: rgb(119,72,101); }

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

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

 a { background-color: rgb(119,72,101); }

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

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

 span { border-color: rgb(119,72,101); }

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