#783E5E

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

Shades of Cosmic #783E5E

Tints of Cosmic #783E5E

Color information

#783E5E (or 0x783E5E) is unknown color: approx Cosmic. HEX triplet: 78, 3E and 5E. RGB value is (120,62,94). Sum of RGB (Red+Green+Blue) = 120+62+94=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #783E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783E5E is #87C1A1. Grayscale: #525252. Windows color (decimal): -8896930 or 6176376. OLE color: 6176376.

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

Color convert

RGB1206294-
CMYK00.480.220.53
HSL326.9º31.87%35.69%-
HSV(B)326.9º48.33%47.06%-
XYZ11.498.2511.58-
YUV82.99134.22154.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=43.48%
G=22.46%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120629400.480.220.53326.931.8735.69
Hex783E5E03016351472024
Octal1707613606026655074044
Binary11110001111101011110011000010110110101101000111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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