#78426A

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

Shades of Cosmic #78426A

Tints of Cosmic #78426A

Color information

#78426A (or 0x78426A) is unknown color: approx Cosmic. HEX triplet: 78, 42 and 6A. RGB value is (120,66,106). Sum of RGB (Red+Green+Blue) = 120+66+106=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #78426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78426A is #87BD95. Grayscale: #565656. Windows color (decimal): -8895894 or 6963832. OLE color: 6963832.

HSL color Cylindrical-coordinate representation of color #78426A: hue angle of 315.56º 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 #78426A is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12066106-
CMYK00.450.120.53
HSL315.56º29.03%36.47%-
HSV(B)315.56º45%47.06%-
XYZ12.38.9314.71-
YUV86.71138.89151.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=41.10%
G=22.60%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206610600.450.120.53315.5629.0336.47
Hex78426A02DC3513c1d24
Octal17010215205514654743544
Binary1111000100001011010100101101110011010110011110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78426A; }

 p { color: rgb(120,66,106); }

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

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

 a { background-color: rgb(120,66,106); }

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

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

 span { border-color: rgb(120,66,106); }

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