#784E5C

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

Shades of Cosmic #784E5C

Tints of Cosmic #784E5C

Color information

#784E5C (or 0x784E5C) is unknown color: approx Cosmic. HEX triplet: 78, 4E and 5C. RGB value is (120,78,92). Sum of RGB (Red+Green+Blue) = 120+78+92=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #784E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E5C is #87B1A3. Grayscale: #5C5C5C. Windows color (decimal): -8892836 or 6049400. OLE color: 6049400.

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

Color convert

RGB1207892-
CMYK00.350.230.53
HSL340º21.21%38.82%-
HSV(B)340º35%47.06%-
XYZ12.410.2111.44-
YUV92.15127.91147.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=41.38%
G=26.90%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120789200.350.230.5334021.2138.82
Hex784E5C02317351541527
Octal17011613404327655242547
Binary11110001001110101110001000111011111010110101010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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