#7A5468

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

Shades of Cosmic #7A5468

Tints of Cosmic #7A5468

Color information

#7A5468 (or 0x7A5468) is unknown color: approx Cosmic. HEX triplet: 7A, 54 and 68. RGB value is (122,84,104). Sum of RGB (Red+Green+Blue) = 122+84+104=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5468 is #85AB97. Grayscale: #616161. Windows color (decimal): -8760216 or 6837370. OLE color: 6837370.

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

Color convert

RGB12284104-
CMYK00.310.150.52
HSL328.42º18.45%40.39%-
HSV(B)328.42º31.15%47.84%-
XYZ13.711.4814.59-
YUV97.64131.59145.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=39.35%
G=27.10%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228410400.310.150.52328.4218.4540.39
Hex7A546801FF341481228
Octal17212415003717645102250
Binary111101010101001101000011111111111010010100100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,84,104); }

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

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

 a { background-color: rgb(122,84,104); }

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

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

 span { border-color: rgb(122,84,104); }

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