#784158

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

Shades of Cosmic #784158

Tints of Cosmic #784158

Color information

#784158 (or 0x784158) is unknown color: approx Cosmic. HEX triplet: 78, 41 and 58. RGB value is (120,65,88). Sum of RGB (Red+Green+Blue) = 120+65+88=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #784158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784158 is #87BEA7. Grayscale: #545454. Windows color (decimal): -8896168 or 5783928. OLE color: 5783928.

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

Color convert

RGB1206588-
CMYK00.460.270.53
HSL334.91º29.73%36.27%-
HSV(B)334.91º45.83%47.06%-
XYZ11.48.4810.27-
YUV84.07130.22153.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=43.96%
G=23.81%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120658800.460.270.53334.9129.7336.27
Hex78415802E1B3514f1e24
Octal17010113005633655173644
Binary11110001000001101100001011101101111010110100111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784158; }

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

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

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

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

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

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

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

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