#785C6B

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

Shades of Cosmic #785C6B

Tints of Cosmic #785C6B

Color information

#785C6B (or 0x785C6B) is unknown color: approx Cosmic. HEX triplet: 78, 5C and 6B. RGB value is (120,92,107). Sum of RGB (Red+Green+Blue) = 120+92+107=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C6B is #87A394. Grayscale: #666666. Windows color (decimal): -8889237 or 7036024. OLE color: 7036024.

HSL color Cylindrical-coordinate representation of color #785C6B: hue angle of 327.86º 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 #785C6B is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12092107-
CMYK00.230.110.53
HSL327.86º13.21%41.57%-
HSV(B)327.86º23.33%47.06%-
XYZ14.2312.7115.61-
YUV102.08130.78140.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=37.62%
G=28.84%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209210700.230.110.53327.8613.2141.57
Hex785C6B017B35148d2a
Octal17013415302713655101552
Binary11110001011100110101101011110111101011010010001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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