#783b5c

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

Shades of Cosmic #783B5C

Tints of Cosmic #783B5C

Color information

#783B5C (or 0x783B5C) is unknown color: approx Cosmic. HEX triplet: 78, 3B and 5C. RGB value is (120,59,92). Sum of RGB (Red+Green+Blue) = 120+59+92=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #783B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B5C is #87C4A3. Grayscale: #505050. Windows color (decimal): -8897700 or 6044536. OLE color: 6044536.

HSL color Cylindrical-coordinate representation of color #783B5C: hue angle of 327.54º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B5C is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1205992-
CMYK00.510.230.53
HSL327.54º34.08%35.1%-
HSV(B)327.54º50.83%47.06%-
XYZ11.247.8911.06-
YUV81134.21155.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 59 (23.44% from 255) = 21.77%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=44.28%
G=21.77%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120599200.510.230.53327.5434.0835.1
Hex783B5C03317351482223
Octal1707313406327655104243
Binary11110001110111011100011001110111110101101001000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783b5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,59,92); }

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

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

 a { background-color: rgb(120,59,92); }

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

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

 span { border-color: rgb(120,59,92); }

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