#784058

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

Shades of Cosmic #784058

Tints of Cosmic #784058

Color information

#784058 (or 0x784058) is unknown color: approx Cosmic. HEX triplet: 78, 40 and 58. RGB value is (120,64,88). Sum of RGB (Red+Green+Blue) = 120+64+88=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #784058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784058 is #87BFA7. Grayscale: #535353. Windows color (decimal): -8896424 or 5783672. OLE color: 5783672.

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

Color convert

RGB1206488-
CMYK00.470.270.53
HSL334.29º30.43%36.08%-
HSV(B)334.29º46.67%47.06%-
XYZ11.348.3610.25-
YUV83.48130.55154.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=44.12%
G=23.53%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120648800.470.270.53334.2930.4336.08
Hex78405802F1B3514e1e24
Octal17010013005733655163644
Binary11110001000000101100001011111101111010110100111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784058; }

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

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

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

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

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

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

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

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