#7A4260

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

Shades of Cosmic #7A4260

Tints of Cosmic #7A4260

Color information

#7A4260 (or 0x7A4260) is unknown color: approx Cosmic. HEX triplet: 7A, 42 and 60. RGB value is (122,66,96). Sum of RGB (Red+Green+Blue) = 122+66+96=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4260 is #85BD9F. Grayscale: #565656. Windows color (decimal): -8764832 or 6308474. OLE color: 6308474.

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

Color convert

RGB1226696-
CMYK00.460.210.52
HSL327.86º29.79%36.86%-
HSV(B)327.86º45.9%47.84%-
XYZ12.098.8812.14-
YUV86.16133.55153.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=42.96%
G=23.24%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122669600.460.210.52327.8629.7936.86
Hex7A426002E15341481e25
Octal17210214005625645103645
Binary11110101000010110000001011101010111010010100100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,66,96); }

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

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

 a { background-color: rgb(122,66,96); }

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

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

 span { border-color: rgb(122,66,96); }

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