#7A4B6A

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

Shades of Cosmic #7A4B6A

Tints of Cosmic #7A4B6A

Color information

#7A4B6A (or 0x7A4B6A) is unknown color: approx Cosmic. HEX triplet: 7A, 4B and 6A. RGB value is (122,75,106). Sum of RGB (Red+Green+Blue) = 122+75+106=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4B6A is #85B495. Grayscale: #5C5C5C. Windows color (decimal): -8762518 or 6966138. OLE color: 6966138.

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

Color convert

RGB12275106-
CMYK00.390.130.52
HSL320.43º23.86%38.63%-
HSV(B)320.43º38.52%47.84%-
XYZ13.1410.2114.91-
YUV92.59135.57148.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=40.26%
G=24.75%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227510600.390.130.52320.4323.8638.63
Hex7A4B6A027D341401827
Octal17211315204715645003047
Binary1111010100101111010100100111110111010010100000011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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