#7A516E

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

Shades of Cosmic #7A516E

Tints of Cosmic #7A516E

Color information

#7A516E (or 0x7A516E) is unknown color: approx Cosmic. HEX triplet: 7A, 51 and 6E. RGB value is (122,81,110). Sum of RGB (Red+Green+Blue) = 122+81+110=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A516E is #85AE91. Grayscale: #606060. Windows color (decimal): -8760978 or 7229818. OLE color: 7229818.

HSL color Cylindrical-coordinate representation of color #7A516E: hue angle of 317.56º 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 #7A516E is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB12281110-
CMYK00.340.100.52
HSL317.56º20.2%39.8%-
HSV(B)317.56º33.61%47.84%-
XYZ13.7811.1516.18-
YUV96.57135.58146.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=38.98%
G=25.88%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228111000.340.100.52317.5620.239.8
Hex7A516E022A3413e1428
Octal17212115604212644762450
Binary1111010101000111011100100010101011010010011111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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