#78465A

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

Shades of Cosmic #78465A

Tints of Cosmic #78465A

Color information

#78465A (or 0x78465A) is unknown color: approx Cosmic. HEX triplet: 78, 46 and 5A. RGB value is (120,70,90). Sum of RGB (Red+Green+Blue) = 120+70+90=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78465A is #87B9A5. Grayscale: #575757. Windows color (decimal): -8894886 or 5916280. OLE color: 5916280.

HSL color Cylindrical-coordinate representation of color #78465A: hue angle of 336º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78465A is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1207090-
CMYK00.420.250.53
HSL336º26.32%37.25%-
HSV(B)336º41.67%47.06%-
XYZ11.789.1110.81-
YUV87.23129.56151.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=42.86%
G=25%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120709000.420.250.5333626.3237.25
Hex78465A02A19351501a25
Octal17010613205231655203245
Binary11110001000110101101001010101100111010110101000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,70,90); }

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

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

 a { background-color: rgb(120,70,90); }

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

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

 span { border-color: rgb(120,70,90); }

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