#78455C

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

Shades of Cosmic #78455C

Tints of Cosmic #78455C

Color information

#78455C (or 0x78455C) is unknown color: approx Cosmic. HEX triplet: 78, 45 and 5C. RGB value is (120,69,92). Sum of RGB (Red+Green+Blue) = 120+69+92=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78455C is #87BAA3. Grayscale: #565656. Windows color (decimal): -8895140 or 6047096. OLE color: 6047096.

HSL color Cylindrical-coordinate representation of color #78455C: hue angle of 332.94º degrees, saturation: 0.27, 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 #78455C is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1206992-
CMYK00.420.230.53
HSL332.94º26.98%37.06%-
HSV(B)332.94º42.5%47.06%-
XYZ11.819.0211.24-
YUV86.87130.9151.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=42.70%
G=24.56%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120699200.420.230.53332.9426.9837.06
Hex78455C02A173514d1b25
Octal17010513405227655153345
Binary11110001000101101110001010101011111010110100110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,69,92); }

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

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

 a { background-color: rgb(120,69,92); }

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

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

 span { border-color: rgb(120,69,92); }

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