#784D5C

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

Shades of Cosmic #784D5C

Tints of Cosmic #784D5C

Color information

#784D5C (or 0x784D5C) is unknown color: approx Cosmic. HEX triplet: 78, 4D and 5C. RGB value is (120,77,92). Sum of RGB (Red+Green+Blue) = 120+77+92=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #784D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D5C is #87B2A3. Grayscale: #5B5B5B. Windows color (decimal): -8893092 or 6049144. OLE color: 6049144.

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

Color convert

RGB1207792-
CMYK00.360.230.53
HSL339.07º21.83%38.63%-
HSV(B)339.07º35.83%47.06%-
XYZ12.3310.0711.42-
YUV91.57128.25148.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 92 (36.33% from 255) = 31.83%
R=41.52%
G=26.64%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120779200.360.230.53339.0721.8338.63
Hex784D5C02417351531627
Octal17011513404427655232647
Binary11110001001101101110001001001011111010110101001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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