#774164

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

Shades of Cosmic #774164

Tints of Cosmic #774164

Color information

#774164 (or 0x774164) is unknown color: approx Cosmic. HEX triplet: 77, 41 and 64. RGB value is (119,65,100). Sum of RGB (Red+Green+Blue) = 119+65+100=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #774164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774164 is #88BE9B. Grayscale: #555555. Windows color (decimal): -8961692 or 6570359. OLE color: 6570359.

HSL color Cylindrical-coordinate representation of color #774164: hue angle of 321.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774164 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11965100-
CMYK00.450.160.53
HSL321.11º29.35%36.08%-
HSV(B)321.11º45.38%46.67%-
XYZ11.88.6213.1-
YUV85.14136.39152.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=41.90%
G=22.89%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196510000.450.160.53321.1129.3536.08
Hex77416402D10351411d24
Octal16710114405520655013544
Binary11101111000001110010001011011000011010110100000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774164; }

 p { color: rgb(119,65,100); }

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

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

 a { background-color: rgb(119,65,100); }

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

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

 span { border-color: rgb(119,65,100); }

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