#784D69

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

Shades of Cosmic #784D69

Tints of Cosmic #784D69

Color information

#784D69 (or 0x784D69) is unknown color: approx Cosmic. HEX triplet: 78, 4D and 69. RGB value is (120,77,105). Sum of RGB (Red+Green+Blue) = 120+77+105=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #784D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D69 is #87B296. Grayscale: #5C5C5C. Windows color (decimal): -8893079 or 6901112. OLE color: 6901112.

HSL color Cylindrical-coordinate representation of color #784D69: hue angle of 320.93º 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 #784D69 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12077105-
CMYK00.360.130.53
HSL320.93º21.83%38.63%-
HSV(B)320.93º35.83%47.06%-
XYZ12.9510.3214.67-
YUV93.05134.75147.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=39.74%
G=25.50%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207710500.360.130.53320.9321.8338.63
Hex784D69024D351411627
Octal17011515104415655012647
Binary1111000100110111010010100100110111010110100000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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