#774665

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

Shades of Cosmic #774665

Tints of Cosmic #774665

Color information

#774665 (or 0x774665) is unknown color: approx Cosmic. HEX triplet: 77, 46 and 65. RGB value is (119,70,101). Sum of RGB (Red+Green+Blue) = 119+70+101=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774665 is #88B99A. Grayscale: #585858. Windows color (decimal): -8960411 or 6637175. OLE color: 6637175.

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

Color convert

RGB11970101-
CMYK00.410.150.53
HSL322.04º25.93%37.06%-
HSV(B)322.04º41.18%46.67%-
XYZ12.159.2413.46-
YUV88.18135.23149.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=41.03%
G=24.14%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197010100.410.150.53322.0425.9337.06
Hex774665029F351421a25
Octal16710614505117655023245
Binary1110111100011011001010101001111111010110100001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774665; }

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

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

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

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

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

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

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

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