#7A526C

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

Shades of Cosmic #7A526C

Tints of Cosmic #7A526C

Color information

#7A526C (or 0x7A526C) is unknown color: approx Cosmic. HEX triplet: 7A, 52 and 6C. RGB value is (122,82,108). Sum of RGB (Red+Green+Blue) = 122+82+108=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A526C is #85AD93. Grayscale: #606060. Windows color (decimal): -8760724 or 7099002. OLE color: 7099002.

HSL color Cylindrical-coordinate representation of color #7A526C: hue angle of 321º 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 #7A526C is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB12282108-
CMYK00.330.110.52
HSL321º19.61%40%-
HSV(B)321º32.79%47.84%-
XYZ13.7511.2515.64-
YUV96.92134.25145.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.10%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=39.10%
G=26.28%
B=34.62%

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
Decimal1228210800.330.110.5232119.6140
Hex7A526C021B341411428
Octal17212215404113645012450
Binary1111010101001011011000100001101111010010100000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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