#7A5160

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

Shades of Cosmic #7A5160

Tints of Cosmic #7A5160

Color information

#7A5160 (or 0x7A5160) is unknown color: approx Cosmic. HEX triplet: 7A, 51 and 60. RGB value is (122,81,96). Sum of RGB (Red+Green+Blue) = 122+81+96=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5160 is #85AE9F. Grayscale: #5E5E5E. Windows color (decimal): -8760992 or 6312314. OLE color: 6312314.

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

Color convert

RGB1228196-
CMYK00.340.210.52
HSL338.05º20.2%39.8%-
HSV(B)338.05º33.61%47.84%-
XYZ13.0810.8712.47-
YUV94.97128.58147.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.80%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=40.80%
G=27.09%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122819600.340.210.52338.0520.239.8
Hex7A516002215341521428
Octal17212114004225645222450
Binary11110101010001110000001000101010111010010101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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