#78415E

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

Shades of Cosmic #78415E

Tints of Cosmic #78415E

Color information

#78415E (or 0x78415E) is unknown color: approx Cosmic. HEX triplet: 78, 41 and 5E. RGB value is (120,65,94). Sum of RGB (Red+Green+Blue) = 120+65+94=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78415E is #87BEA1. Grayscale: #545454. Windows color (decimal): -8896162 or 6177144. OLE color: 6177144.

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

Color convert

RGB1206594-
CMYK00.460.220.53
HSL328.36º29.73%36.27%-
HSV(B)328.36º45.83%47.06%-
XYZ11.668.5811.63-
YUV84.75133.22153.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=43.01%
G=23.30%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120659400.460.220.53328.3629.7336.27
Hex78415E02E16351481e24
Octal17010113605626655103644
Binary11110001000001101111001011101011011010110100100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78415E; }

 p { color: rgb(120,65,94); }

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

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

 a { background-color: rgb(120,65,94); }

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

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

 span { border-color: rgb(120,65,94); }

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