#784A6C

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

Shades of Cosmic #784A6C

Tints of Cosmic #784A6C

Color information

#784A6C (or 0x784A6C) is unknown color: approx Cosmic. HEX triplet: 78, 4A and 6C. RGB value is (120,74,108). Sum of RGB (Red+Green+Blue) = 120+74+108=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #784A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A6C is #87B593. Grayscale: #5B5B5B. Windows color (decimal): -8893844 or 7096952. OLE color: 7096952.

HSL color Cylindrical-coordinate representation of color #784A6C: hue angle of 315.65º degrees, saturation: 0.24, 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 #784A6C is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12074108-
CMYK00.380.100.53
HSL315.65º23.71%38.04%-
HSV(B)315.65º38.33%47.06%-
XYZ12.99.9715.43-
YUV91.63137.24148.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=39.74%
G=24.50%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207410800.380.100.53315.6523.7138.04
Hex784A6C026A3513c1826
Octal17011215404612654743046
Binary1111000100101011011000100110101011010110011110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,74,108); }

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

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

 a { background-color: rgb(120,74,108); }

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

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

 span { border-color: rgb(120,74,108); }

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