#783C5A

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

Shades of Cosmic #783C5A

Tints of Cosmic #783C5A

Color information

#783C5A (or 0x783C5A) is unknown color: approx Cosmic. HEX triplet: 78, 3C and 5A. RGB value is (120,60,90). Sum of RGB (Red+Green+Blue) = 120+60+90=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #783C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C5A is #87C3A5. Grayscale: #515151. Windows color (decimal): -8897446 or 5913720. OLE color: 5913720.

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

Color convert

RGB1206090-
CMYK00.50.250.53
HSL330º33.33%35.29%-
HSV(B)330º50%47.06%-
XYZ11.217.9610.62-
YUV81.36132.88155.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120609000.50.250.5333033.3335.29
Hex783C5A032193514a2123
Octal1707413206231655124143
Binary11110001111001011010011001011001110101101001010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,60,90); }

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

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

 a { background-color: rgb(120,60,90); }

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

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

 span { border-color: rgb(120,60,90); }

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