#7A526D

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

Shades of Cosmic #7A526D

Tints of Cosmic #7A526D

Color information

#7A526D (or 0x7A526D) is unknown color: approx Cosmic. HEX triplet: 7A, 52 and 6D. RGB value is (122,82,109). Sum of RGB (Red+Green+Blue) = 122+82+109=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A526D is #85AD92. Grayscale: #606060. Windows color (decimal): -8760723 or 7164538. OLE color: 7164538.

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

Color convert

RGB12282109-
CMYK00.330.110.52
HSL319.5º19.61%40%-
HSV(B)319.5º32.79%47.84%-
XYZ13.811.2815.92-
YUV97.04134.75145.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=38.98%
G=26.20%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228210900.330.110.52319.519.6140
Hex7A526D021B341401428
Octal17212215504113645002450
Binary1111010101001011011010100001101111010010100000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,82,109); }

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

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

 a { background-color: rgb(122,82,109); }

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

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

 span { border-color: rgb(122,82,109); }

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