#7A4659

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

Shades of Cosmic #7A4659

Tints of Cosmic #7A4659

Color information

#7A4659 (or 0x7A4659) is unknown color: approx Cosmic. HEX triplet: 7A, 46 and 59. RGB value is (122,70,89). Sum of RGB (Red+Green+Blue) = 122+70+89=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4659 is #85B9A6. Grayscale: #575757. Windows color (decimal): -8763815 or 5850746. OLE color: 5850746.

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

Color convert

RGB1227089-
CMYK00.430.270.52
HSL338.08º27.08%37.65%-
HSV(B)338.08º42.62%47.84%-
XYZ12.029.2410.6-
YUV87.71128.73152.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=43.42%
G=24.91%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122708900.430.270.52338.0827.0837.65
Hex7A465902B1B341521b26
Octal17210613105333645223346
Binary11110101000110101100101010111101111010010101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,70,89); }

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

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

 a { background-color: rgb(122,70,89); }

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

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

 span { border-color: rgb(122,70,89); }

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