#7A526E

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

Shades of Cosmic #7A526E

Tints of Cosmic #7A526E

Color information

#7A526E (or 0x7A526E) is unknown color: approx Cosmic. HEX triplet: 7A, 52 and 6E. RGB value is (122,82,110). Sum of RGB (Red+Green+Blue) = 122+82+110=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A526E is #85AD91. Grayscale: #616161. Windows color (decimal): -8760722 or 7230074. OLE color: 7230074.

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

Color convert

RGB12282110-
CMYK00.330.100.52
HSL318º19.61%40%-
HSV(B)318º32.79%47.84%-
XYZ13.8611.316.2-
YUV97.15135.25145.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=38.85%
G=26.11%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228211000.330.100.5231819.6140
Hex7A526E021A3413e1428
Octal17212215604112644762450
Binary1111010101001011011100100001101011010010011111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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