#78475A

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

Shades of Cosmic #78475A

Tints of Cosmic #78475A

Color information

#78475A (or 0x78475A) is unknown color: approx Cosmic. HEX triplet: 78, 47 and 5A. RGB value is (120,71,90). Sum of RGB (Red+Green+Blue) = 120+71+90=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78475A is #87B8A5. Grayscale: #575757. Windows color (decimal): -8894630 or 5916536. OLE color: 5916536.

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

Color convert

RGB1207190-
CMYK00.410.250.53
HSL336.73º25.65%37.45%-
HSV(B)336.73º40.83%47.06%-
XYZ11.849.2410.83-
YUV87.82129.23150.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=42.70%
G=25.27%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120719000.410.250.53336.7325.6537.45
Hex78475A02919351511a25
Octal17010713205131655213245
Binary11110001000111101101001010011100111010110101000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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