#784362

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

Shades of Cosmic #784362

Tints of Cosmic #784362

Color information

#784362 (or 0x784362) is unknown color: approx Cosmic. HEX triplet: 78, 43 and 62. RGB value is (120,67,98). Sum of RGB (Red+Green+Blue) = 120+67+98=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #784362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784362 is #87BC9D. Grayscale: #565656. Windows color (decimal): -8895646 or 6439800. OLE color: 6439800.

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

Color convert

RGB1206798-
CMYK00.440.180.53
HSL324.91º28.34%36.67%-
HSV(B)324.91º44.17%47.06%-
XYZ11.968.8912.64-
YUV86.38134.56151.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=42.11%
G=23.51%
B=34.39%

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
Decimal120679800.440.180.53324.9128.3436.67
Hex78436202C12351451c25
Octal17010314205422655053445
Binary11110001000011110001001011001001011010110100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784362; }

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

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

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

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

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

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

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

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