#7A5864

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

Shades of Cosmic #7A5864

Tints of Cosmic #7A5864

Color information

#7A5864 (or 0x7A5864) is unknown color: approx Cosmic. HEX triplet: 7A, 58 and 64. RGB value is (122,88,100). Sum of RGB (Red+Green+Blue) = 122+88+100=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5864 is #85A79B. Grayscale: #636363. Windows color (decimal): -8759196 or 6576250. OLE color: 6576250.

HSL color Cylindrical-coordinate representation of color #7A5864: hue angle of 338.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A5864 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB12288100-
CMYK00.280.180.52
HSL338.82º16.19%41.18%-
HSV(B)338.82º27.87%47.84%-
XYZ13.8212.0413.65-
YUV99.53128.26144.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=39.35%
G=28.39%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228810000.280.180.52338.8216.1941.18
Hex7A586401C12341531029
Octal17213014403422645232051
Binary1111010101100011001000111001001011010010101001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5864; }

 p { color: rgb(122,88,100); }

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

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

 a { background-color: rgb(122,88,100); }

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

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

 span { border-color: rgb(122,88,100); }

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