#785462

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

Shades of Cosmic #785462

Tints of Cosmic #785462

Color information

#785462 (or 0x785462) is unknown color: approx Cosmic. HEX triplet: 78, 54 and 62. RGB value is (120,84,98). Sum of RGB (Red+Green+Blue) = 120+84+98=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #785462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785462 is #87AB9D. Grayscale: #606060. Windows color (decimal): -8891294 or 6444152. OLE color: 6444152.

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

Color convert

RGB1208498-
CMYK00.30.180.53
HSL336.67º17.65%40%-
HSV(B)336.67º30%47.06%-
XYZ13.1211.2213.03-
YUV96.36128.93144.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=39.74%
G=27.81%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120849800.30.180.53336.6717.6540
Hex78546201E12351511228
Octal17012414203622655212250
Binary1111000101010011000100111101001011010110101000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785462; }

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

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

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

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

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

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

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

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