#785966

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

Shades of Cosmic #785966

Tints of Cosmic #785966

Color information

#785966 (or 0x785966) is unknown color: approx Cosmic. HEX triplet: 78, 59 and 66. RGB value is (120,89,102). Sum of RGB (Red+Green+Blue) = 120+89+102=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #785966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785966 is #87A699. Grayscale: #636363. Windows color (decimal): -8890010 or 6707576. OLE color: 6707576.

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

Color convert

RGB12089102-
CMYK00.260.150.53
HSL334.84º14.83%40.98%-
HSV(B)334.84º25.83%47.06%-
XYZ13.7212.114.18-
YUV99.75129.27142.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=38.59%
G=28.62%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208910200.260.150.53334.8414.8340.98
Hex78596601AF3514ff29
Octal17013114603217655171751
Binary11110001011001110011001101011111101011010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785966; }

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

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

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

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

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

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

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

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