#785361

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

Shades of Cosmic #785361

Tints of Cosmic #785361

Color information

#785361 (or 0x785361) is unknown color: approx Cosmic. HEX triplet: 78, 53 and 61. RGB value is (120,83,97). Sum of RGB (Red+Green+Blue) = 120+83+97=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #785361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785361 is #87AC9E. Grayscale: #5F5F5F. Windows color (decimal): -8891551 or 6378360. OLE color: 6378360.

HSL color Cylindrical-coordinate representation of color #785361: hue angle of 337.3º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785361 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1208397-
CMYK00.310.190.53
HSL337.3º18.23%39.8%-
HSV(B)337.3º30.83%47.06%-
XYZ1311.0412.76-
YUV95.66128.76145.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=40%
G=27.67%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120839700.310.190.53337.318.2339.8
Hex78536101F13351511228
Octal17012314103723655212250
Binary1111000101001111000010111111001111010110101000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785361; }

 p { color: rgb(120,83,97); }

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

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

 a { background-color: rgb(120,83,97); }

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

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

 span { border-color: rgb(120,83,97); }

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