#7A4563

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

Shades of Cosmic #7A4563

Tints of Cosmic #7A4563

Color information

#7A4563 (or 0x7A4563) is unknown color: approx Cosmic. HEX triplet: 7A, 45 and 63. RGB value is (122,69,99). Sum of RGB (Red+Green+Blue) = 122+69+99=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4563 is #85BA9C. Grayscale: #585858. Windows color (decimal): -8764061 or 6505850. OLE color: 6505850.

HSL color Cylindrical-coordinate representation of color #7A4563: hue angle of 326.04º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A4563 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB1226999-
CMYK00.430.190.52
HSL326.04º27.75%37.45%-
HSV(B)326.04º43.44%47.84%-
XYZ12.419.2912.94-
YUV88.27134.06152.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.07%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 99 (39.06% from 255) = 34.14%
R=42.07%
G=23.79%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122699900.430.190.52326.0427.7537.45
Hex7A456302B13341461c25
Octal17210514305323645063445
Binary11110101000101110001101010111001111010010100011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,69,99); }

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

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

 a { background-color: rgb(122,69,99); }

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

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

 span { border-color: rgb(122,69,99); }

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