#785260

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

Shades of Cosmic #785260

Tints of Cosmic #785260

Color information

#785260 (or 0x785260) is unknown color: approx Cosmic. HEX triplet: 78, 52 and 60. RGB value is (120,82,96). Sum of RGB (Red+Green+Blue) = 120+82+96=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #785260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785260 is #87AD9F. Grayscale: #5E5E5E. Windows color (decimal): -8891808 or 6312568. OLE color: 6312568.

HSL color Cylindrical-coordinate representation of color #785260: hue angle of 337.89º 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 #785260 is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB1208296-
CMYK00.320.20.53
HSL337.89º18.81%39.61%-
HSV(B)337.89º31.67%47.06%-
XYZ12.8710.8712.49-
YUV94.96128.59145.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=40.27%
G=27.52%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120829600.320.20.53337.8918.8139.61
Hex78526002014351521328
Octal17012214004024655222350
Binary11110001010010110000001000001010011010110101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785260; }

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

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

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

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

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

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

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

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