#784062

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

Shades of Cosmic #784062

Tints of Cosmic #784062

Color information

#784062 (or 0x784062) is unknown color: approx Cosmic. HEX triplet: 78, 40 and 62. RGB value is (120,64,98). Sum of RGB (Red+Green+Blue) = 120+64+98=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #784062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784062 is #87BF9D. Grayscale: #545454. Windows color (decimal): -8896414 or 6439032. OLE color: 6439032.

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

Color convert

RGB1206498-
CMYK00.470.180.53
HSL323.57º30.43%36.08%-
HSV(B)323.57º46.67%47.06%-
XYZ11.788.5412.58-
YUV84.62135.55153.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=42.55%
G=22.70%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120649800.470.180.53323.5730.4336.08
Hex78406202F12351441e24
Octal17010014205722655043644
Binary11110001000000110001001011111001011010110100010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784062; }

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

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

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

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

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

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

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

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