#785663

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

Shades of Cosmic #785663

Tints of Cosmic #785663

Color information

#785663 (or 0x785663) is unknown color: approx Cosmic. HEX triplet: 78, 56 and 63. RGB value is (120,86,99). Sum of RGB (Red+Green+Blue) = 120+86+99=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #785663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785663 is #87A99C. Grayscale: #616161. Windows color (decimal): -8890781 or 6510200. OLE color: 6510200.

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

Color convert

RGB1208699-
CMYK00.280.170.53
HSL337.06º16.5%40.39%-
HSV(B)337.06º28.33%47.06%-
XYZ13.3311.5513.33-
YUV97.65128.76143.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=39.34%
G=28.20%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120869900.280.170.53337.0616.540.39
Hex78566301C11351511128
Octal17012614303421655212150
Binary1111000101011011000110111001000111010110101000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785663; }

 p { color: rgb(120,86,99); }

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

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

 a { background-color: rgb(120,86,99); }

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

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

 span { border-color: rgb(120,86,99); }

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