#7A406A

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

Shades of Cosmic #7A406A

Tints of Cosmic #7A406A

Color information

#7A406A (or 0x7A406A) is unknown color: approx Cosmic. HEX triplet: 7A, 40 and 6A. RGB value is (122,64,106). Sum of RGB (Red+Green+Blue) = 122+64+106=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A406A is #85BF95. Grayscale: #565656. Windows color (decimal): -8765334 or 6963322. OLE color: 6963322.

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

Color convert

RGB12264106-
CMYK00.480.130.52
HSL316.55º31.18%36.47%-
HSV(B)316.55º47.54%47.84%-
XYZ12.468.8414.69-
YUV86.13139.22153.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=41.78%
G=21.92%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1226410600.480.130.52316.5531.1836.47
Hex7A406A030D3413d1f24
Octal17210015206015644753744
Binary1111010100000011010100110000110111010010011110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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