#785261

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

Shades of Cosmic #785261

Tints of Cosmic #785261

Color information

#785261 (or 0x785261) is unknown color: approx Cosmic. HEX triplet: 78, 52 and 61. RGB value is (120,82,97). Sum of RGB (Red+Green+Blue) = 120+82+97=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #785261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785261 is #87AD9E. Grayscale: #5F5F5F. Windows color (decimal): -8891807 or 6378104. OLE color: 6378104.

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

Color convert

RGB1208297-
CMYK00.320.190.53
HSL336.32º18.81%39.61%-
HSV(B)336.32º31.67%47.06%-
XYZ12.9210.8912.73-
YUV95.07129.09145.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.13%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=40.13%
G=27.42%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120829700.320.190.53336.3218.8139.61
Hex78526102013351501328
Octal17012214104023655202350
Binary11110001010010110000101000001001111010110101000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785261; }

 p { color: rgb(120,82,97); }

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

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

 a { background-color: rgb(120,82,97); }

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

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

 span { border-color: rgb(120,82,97); }

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