#784B5D

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

Shades of Cosmic #784B5D

Tints of Cosmic #784B5D

Color information

#784B5D (or 0x784B5D) is unknown color: approx Cosmic. HEX triplet: 78, 4B and 5D. RGB value is (120,75,93). Sum of RGB (Red+Green+Blue) = 120+75+93=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #784B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B5D is #87B4A2. Grayscale: #5A5A5A. Windows color (decimal): -8893603 or 6114168. OLE color: 6114168.

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

Color convert

RGB1207593-
CMYK00.370.220.53
HSL336º23.08%38.24%-
HSV(B)336º37.5%47.06%-
XYZ12.249.8211.61-
YUV90.51129.41149.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=41.67%
G=26.04%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120759300.370.220.5333623.0838.24
Hex784B5D02516351501726
Octal17011313504526655202746
Binary11110001001011101110101001011011011010110101000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784B5D; }

 p { color: rgb(120,75,93); }

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

<style>
 a { background-color: #784B5D; }

 a { background-color: rgb(120,75,93); }

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

<style>
 span { border-color: #784B5D; }

 span { border-color: rgb(120,75,93); }

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