#774362

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

Shades of Cosmic #774362

Tints of Cosmic #774362

Color information

#774362 (or 0x774362) is unknown color: approx Cosmic. HEX triplet: 77, 43 and 62. RGB value is (119,67,98). Sum of RGB (Red+Green+Blue) = 119+67+98=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #774362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774362 is #88BC9D. Grayscale: #565656. Windows color (decimal): -8961182 or 6439799. OLE color: 6439799.

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

Color convert

RGB1196798-
CMYK00.440.180.53
HSL324.23º27.96%36.47%-
HSV(B)324.23º43.7%46.67%-
XYZ11.828.8212.63-
YUV86.08134.73151.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=41.90%
G=23.59%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119679800.440.180.53324.2327.9636.47
Hex77436202C12351441c24
Octal16710314205422655043444
Binary11101111000011110001001011001001011010110100010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774362; }

 p { color: rgb(119,67,98); }

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

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

 a { background-color: rgb(119,67,98); }

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

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

 span { border-color: rgb(119,67,98); }

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