#783B5B

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

Shades of Cosmic #783B5B

Tints of Cosmic #783B5B

Color information

#783B5B (or 0x783B5B) is unknown color: approx Cosmic. HEX triplet: 78, 3B and 5B. RGB value is (120,59,91). Sum of RGB (Red+Green+Blue) = 120+59+91=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #783B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B5B is #87C4A4. Grayscale: #505050. Windows color (decimal): -8897701 or 5979000. OLE color: 5979000.

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

Color convert

RGB1205991-
CMYK00.510.240.53
HSL328.52º34.08%35.1%-
HSV(B)328.52º50.83%47.06%-
XYZ11.27.8810.83-
YUV80.89133.71155.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=44.44%
G=21.85%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120599100.510.240.53328.5234.0835.1
Hex783B5B03318351492223
Octal1707313306330655114243
Binary11110001110111011011011001111000110101101001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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