#783F5B

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

Shades of Cosmic #783F5B

Tints of Cosmic #783F5B

Color information

#783F5B (or 0x783F5B) is unknown color: approx Cosmic. HEX triplet: 78, 3F and 5B. RGB value is (120,63,91). Sum of RGB (Red+Green+Blue) = 120+63+91=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #783F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F5B is #87C0A4. Grayscale: #535353. Windows color (decimal): -8896677 or 5980024. OLE color: 5980024.

HSL color Cylindrical-coordinate representation of color #783F5B: hue angle of 330.53º degrees, saturation: 0.31, 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 #783F5B is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1206391-
CMYK00.480.240.53
HSL330.53º31.15%35.88%-
HSV(B)330.53º47.5%47.06%-
XYZ11.418.310.9-
YUV83.23132.38154.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=43.80%
G=22.99%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120639100.480.240.53330.5331.1535.88
Hex783F5B030183514b1f24
Octal1707713306030655133744
Binary1111000111111101101101100001100011010110100101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783F5B; }

 p { color: rgb(120,63,91); }

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

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

 a { background-color: rgb(120,63,91); }

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

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

 span { border-color: rgb(120,63,91); }

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