#785962

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

Shades of Cosmic #785962

Tints of Cosmic #785962

Color information

#785962 (or 0x785962) is unknown color: approx Cosmic. HEX triplet: 78, 59 and 62. RGB value is (120,89,98). Sum of RGB (Red+Green+Blue) = 120+89+98=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #785962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785962 is #87A69D. Grayscale: #636363. Windows color (decimal): -8890014 or 6445432. OLE color: 6445432.

HSL color Cylindrical-coordinate representation of color #785962: hue angle of 342.58º 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 #785962 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1208998-
CMYK00.260.180.53
HSL342.58º14.83%40.98%-
HSV(B)342.58º25.83%47.06%-
XYZ13.5212.0213.16-
YUV99.29127.27142.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=39.09%
G=28.99%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120899800.260.180.53342.5814.8340.98
Hex78596201A1235157f29
Octal17013114203222655271751
Binary111100010110011100010011010100101101011010101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785962; }

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

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

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

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

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

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

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

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