#7A496A

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

Shades of Cosmic #7A496A

Tints of Cosmic #7A496A

Color information

#7A496A (or 0x7A496A) is unknown color: approx Cosmic. HEX triplet: 7A, 49 and 6A. RGB value is (122,73,106). Sum of RGB (Red+Green+Blue) = 122+73+106=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A496A is #85B695. Grayscale: #5B5B5B. Windows color (decimal): -8763030 or 6965626. OLE color: 6965626.

HSL color Cylindrical-coordinate representation of color #7A496A: hue angle of 319.59º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A496A is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB12273106-
CMYK00.400.130.52
HSL319.59º25.13%38.24%-
HSV(B)319.59º40.16%47.84%-
XYZ13.019.9414.87-
YUV91.41136.23149.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.53%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=40.53%
G=24.25%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227310600.400.130.52319.5925.1338.24
Hex7A496A028D341401926
Octal17211115205015645003146
Binary1111010100100111010100101000110111010010100000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,73,106); }

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

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

 a { background-color: rgb(122,73,106); }

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

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

 span { border-color: rgb(122,73,106); }

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