#783E5A

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

Shades of Cosmic #783E5A

Tints of Cosmic #783E5A

Color information

#783E5A (or 0x783E5A) is unknown color: approx Cosmic. HEX triplet: 78, 3E and 5A. RGB value is (120,62,90). Sum of RGB (Red+Green+Blue) = 120+62+90=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #783E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783E5A is #87C1A5. Grayscale: #525252. Windows color (decimal): -8896934 or 5914232. OLE color: 5914232.

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

Color convert

RGB1206290-
CMYK00.480.250.53
HSL331.03º31.87%35.69%-
HSV(B)331.03º48.33%47.06%-
XYZ11.318.1810.65-
YUV82.53132.22154.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=44.12%
G=22.79%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120629000.480.250.53331.0331.8735.69
Hex783E5A030193514b2024
Octal1707613206031655134044
Binary11110001111101011010011000011001110101101001011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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