#78385F

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

Shades of Cosmic #78385F

Tints of Cosmic #78385F

Color information

#78385F (or 0x78385F) is unknown color: approx Cosmic. HEX triplet: 78, 38 and 5F. RGB value is (120,56,95). Sum of RGB (Red+Green+Blue) = 120+56+95=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #78385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78385F is #87C7A0. Grayscale: #4F4F4F. Windows color (decimal): -8898465 or 6240376. OLE color: 6240376.

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

Color convert

RGB1205695-
CMYK00.530.210.53
HSL323.44º36.36%34.51%-
HSV(B)323.44º53.33%47.06%-
XYZ11.237.6511.71-
YUV79.58136.7156.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=44.28%
G=20.66%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120569500.530.210.53323.4436.3634.51
Hex78385F03515351432423
Octal1707013706525655034443
Binary11110001110001011111011010110101110101101000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78385F; }

 p { color: rgb(120,56,95); }

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

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

 a { background-color: rgb(120,56,95); }

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

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

 span { border-color: rgb(120,56,95); }

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