#784258

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

Shades of Cosmic #784258

Tints of Cosmic #784258

Color information

#784258 (or 0x784258) is unknown color: approx Cosmic. HEX triplet: 78, 42 and 58. RGB value is (120,66,88). Sum of RGB (Red+Green+Blue) = 120+66+88=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #784258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784258 is #87BDA7. Grayscale: #545454. Windows color (decimal): -8895912 or 5784184. OLE color: 5784184.

HSL color Cylindrical-coordinate representation of color #784258: hue angle of 335.56º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784258 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1206688-
CMYK00.450.270.53
HSL335.56º29.03%36.47%-
HSV(B)335.56º45%47.06%-
XYZ11.468.5910.29-
YUV84.65129.89153.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=43.80%
G=24.09%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120668800.450.270.53335.5629.0336.47
Hex78425802D1B351501d24
Octal17010213005533655203544
Binary11110001000010101100001011011101111010110101000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784258; }

 p { color: rgb(120,66,88); }

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

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

 a { background-color: rgb(120,66,88); }

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

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

 span { border-color: rgb(120,66,88); }

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