#783F5F

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

Shades of Cosmic #783F5F

Tints of Cosmic #783F5F

Color information

#783F5F (or 0x783F5F) is unknown color: approx Cosmic. HEX triplet: 78, 3F and 5F. RGB value is (120,63,95). Sum of RGB (Red+Green+Blue) = 120+63+95=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #783F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F5F is #87C0A0. Grayscale: #535353. Windows color (decimal): -8896673 or 6242168. OLE color: 6242168.

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

Color convert

RGB1206395-
CMYK00.480.210.53
HSL326.32º31.15%35.88%-
HSV(B)326.32º47.5%47.06%-
XYZ11.598.3711.83-
YUV83.69134.38153.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 63 (25% from 255) = 22.66%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=43.17%
G=22.66%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120639500.480.210.53326.3231.1535.88
Hex783F5F03015351461f24
Octal1707713706025655063744
Binary1111000111111101111101100001010111010110100011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,63,95); }

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

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

 a { background-color: rgb(120,63,95); }

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

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

 span { border-color: rgb(120,63,95); }

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