#7A4A6E

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

Shades of Cosmic #7A4A6E

Tints of Cosmic #7A4A6E

Color information

#7A4A6E (or 0x7A4A6E) is unknown color: approx Cosmic. HEX triplet: 7A, 4A and 6E. RGB value is (122,74,110). Sum of RGB (Red+Green+Blue) = 122+74+110=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4A6E is #85B591. Grayscale: #5C5C5C. Windows color (decimal): -8762770 or 7228026. OLE color: 7228026.

HSL color Cylindrical-coordinate representation of color #7A4A6E: hue angle of 315º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A4A6E is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB12274110-
CMYK00.390.100.52
HSL315º24.49%38.43%-
HSV(B)315º39.34%47.84%-
XYZ13.2910.1616.01-
YUV92.46137.9149.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.87%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=39.87%
G=24.18%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227411000.390.100.5231524.4938.43
Hex7A4A6E027A3413b1826
Octal17211215604712644733046
Binary1111010100101011011100100111101011010010011101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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