#78446C

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

Shades of Cosmic #78446C

Tints of Cosmic #78446C

Color information

#78446C (or 0x78446C) is unknown color: approx Cosmic. HEX triplet: 78, 44 and 6C. RGB value is (120,68,108). Sum of RGB (Red+Green+Blue) = 120+68+108=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78446C is #87BB93. Grayscale: #585858. Windows color (decimal): -8895380 or 7095416. OLE color: 7095416.

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

Color convert

RGB12068108-
CMYK00.430.100.53
HSL313.85º27.66%36.86%-
HSV(B)313.85º43.33%47.06%-
XYZ12.529.2115.31-
YUV88.11139.23150.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=40.54%
G=22.97%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206810800.430.100.53313.8527.6636.86
Hex78446C02BA3513a1c25
Octal17010415405312654723445
Binary1111000100010011011000101011101011010110011101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78446C; }

 p { color: rgb(120,68,108); }

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

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

 a { background-color: rgb(120,68,108); }

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

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

 span { border-color: rgb(120,68,108); }

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