#785065

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

Shades of Cosmic #785065

Tints of Cosmic #785065

Color information

#785065 (or 0x785065) is unknown color: approx Cosmic. HEX triplet: 78, 50 and 65. RGB value is (120,80,101). Sum of RGB (Red+Green+Blue) = 120+80+101=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #785065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785065 is #87AF9A. Grayscale: #5E5E5E. Windows color (decimal): -8892315 or 6639736. OLE color: 6639736.

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

Color convert

RGB12080101-
CMYK00.330.160.53
HSL328.5º20%39.22%-
HSV(B)328.5º33.33%47.06%-
XYZ12.9610.6713.69-
YUV94.35131.75146.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=39.87%
G=26.58%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208010100.330.160.53328.52039.22
Hex78506502110351481427
Octal17012014504120655102447
Binary11110001010000110010101000011000011010110100100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785065; }

 p { color: rgb(120,80,101); }

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

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

 a { background-color: rgb(120,80,101); }

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

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

 span { border-color: rgb(120,80,101); }

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