#7A505E

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

Shades of Cosmic #7A505E

Tints of Cosmic #7A505E

Color information

#7A505E (or 0x7A505E) is unknown color: approx Cosmic. HEX triplet: 7A, 50 and 5E. RGB value is (122,80,94). Sum of RGB (Red+Green+Blue) = 122+80+94=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A505E is #85AFA1. Grayscale: #5E5E5E. Windows color (decimal): -8761250 or 6180986. OLE color: 6180986.

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

Color convert

RGB1228094-
CMYK00.340.230.52
HSL340º20.79%39.61%-
HSV(B)340º34.43%47.84%-
XYZ12.9210.6811.97-
YUV94.15127.91147.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=41.22%
G=27.03%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122809400.340.230.5234020.7939.61
Hex7A505E02217341541528
Octal17212013604227645242550
Binary11110101010000101111001000101011111010010101010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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