#784856

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

Shades of Cosmic #784856

Tints of Cosmic #784856

Color information

#784856 (or 0x784856) is unknown color: approx Cosmic. HEX triplet: 78, 48 and 56. RGB value is (120,72,86). Sum of RGB (Red+Green+Blue) = 120+72+86=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #784856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784856 is #87B7A9. Grayscale: #575757. Windows color (decimal): -8894378 or 5654648. OLE color: 5654648.

HSL color Cylindrical-coordinate representation of color #784856: hue angle of 342.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784856 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1207286-
CMYK00.400.280.53
HSL342.5º25%37.65%-
HSV(B)342.5º40%47.06%-
XYZ11.749.39.98-
YUV87.95126.9150.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=43.17%
G=25.90%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120728600.400.280.53342.52537.65
Hex7848560281C351561926
Octal17011012605034655263146
Binary11110001001000101011001010001110011010110101011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784856; }

 p { color: rgb(120,72,86); }

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

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

 a { background-color: rgb(120,72,86); }

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

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

 span { border-color: rgb(120,72,86); }

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