#783F65

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

Shades of Cosmic #783F65

Tints of Cosmic #783F65

Color information

#783F65 (or 0x783F65) is unknown color: approx Cosmic. HEX triplet: 78, 3F and 65. RGB value is (120,63,101). Sum of RGB (Red+Green+Blue) = 120+63+101=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #783F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F65 is #87C09A. Grayscale: #545454. Windows color (decimal): -8896667 or 6635384. OLE color: 6635384.

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

Color convert

RGB12063101-
CMYK00.480.160.53
HSL320º31.15%35.88%-
HSV(B)320º47.5%47.06%-
XYZ11.878.4913.32-
YUV84.37137.38153.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 63 (25% from 255) = 22.18%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=42.25%
G=22.18%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206310100.480.160.5332031.1535.88
Hex783F6503010351401f24
Octal1707714506020655003744
Binary1111000111111110010101100001000011010110100000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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