#785961

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

Shades of Cosmic #785961

Tints of Cosmic #785961

Color information

#785961 (or 0x785961) is unknown color: approx Cosmic. HEX triplet: 78, 59 and 61. RGB value is (120,89,97). Sum of RGB (Red+Green+Blue) = 120+89+97=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #785961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785961 is #87A69E. Grayscale: #636363. Windows color (decimal): -8890015 or 6379896. OLE color: 6379896.

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

Color convert

RGB1208997-
CMYK00.260.190.53
HSL344.52º14.83%40.98%-
HSV(B)344.52º25.83%47.06%-
XYZ13.481212.92-
YUV99.18126.77142.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=39.22%
G=29.08%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120899700.260.190.53344.5214.8340.98
Hex78596101A1335159f29
Octal17013114103223655311751
Binary111100010110011100001011010100111101011010110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785961; }

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

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

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

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

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

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

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

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