#785762

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

Shades of Cosmic #785762

Tints of Cosmic #785762

Color information

#785762 (or 0x785762) is unknown color: approx Cosmic. HEX triplet: 78, 57 and 62. RGB value is (120,87,98). Sum of RGB (Red+Green+Blue) = 120+87+98=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #785762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785762 is #87A89D. Grayscale: #626262. Windows color (decimal): -8890526 or 6444920. OLE color: 6444920.

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

Color convert

RGB1208798-
CMYK00.280.180.53
HSL340º15.94%40.59%-
HSV(B)340º27.5%47.06%-
XYZ13.3611.6913.11-
YUV98.12127.93143.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=39.34%
G=28.52%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120879800.280.180.5334015.9440.59
Hex78576201C12351541029
Octal17012714203422655242051
Binary1111000101011111000100111001001011010110101010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785762; }

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

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

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

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

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

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

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

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