#785C6C

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

Shades of Cosmic #785C6C

Tints of Cosmic #785C6C

Color information

#785C6C (or 0x785C6C) is unknown color: approx Cosmic. HEX triplet: 78, 5C and 6C. RGB value is (120,92,108). Sum of RGB (Red+Green+Blue) = 120+92+108=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #785C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C6C is #87A393. Grayscale: #666666. Windows color (decimal): -8889236 or 7101560. OLE color: 7101560.

HSL color Cylindrical-coordinate representation of color #785C6C: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785C6C is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12092108-
CMYK00.230.100.53
HSL325.71º13.21%41.57%-
HSV(B)325.71º23.33%47.06%-
XYZ14.2812.7315.89-
YUV102.2131.28140.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=37.5%
G=28.75%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209210800.230.100.53325.7113.2141.57
Hex785C6C017A35146d2a
Octal17013415402712655061552
Binary11110001011100110110001011110101101011010001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785C6C; }

 p { color: rgb(120,92,108); }

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

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

 a { background-color: rgb(120,92,108); }

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

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

 span { border-color: rgb(120,92,108); }

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