#7A506E

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

Shades of Cosmic #7A506E

Tints of Cosmic #7A506E

Color information

#7A506E (or 0x7A506E) is unknown color: approx Cosmic. HEX triplet: 7A, 50 and 6E. RGB value is (122,80,110). Sum of RGB (Red+Green+Blue) = 122+80+110=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A506E is #85AF91. Grayscale: #5F5F5F. Windows color (decimal): -8761234 or 7229562. OLE color: 7229562.

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

Color convert

RGB12280110-
CMYK00.340.100.52
HSL317.14º20.79%39.61%-
HSV(B)317.14º34.43%47.84%-
XYZ13.711116.15-
YUV95.98135.91146.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.10%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=39.10%
G=25.64%
B=35.26%

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
Decimal1228011000.340.100.52317.1420.7939.61
Hex7A506E022A3413d1528
Octal17212015604212644752550
Binary1111010101000011011100100010101011010010011110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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