#7A546E

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

Shades of Cosmic #7A546E

Tints of Cosmic #7A546E

Color information

#7A546E (or 0x7A546E) is unknown color: approx Cosmic. HEX triplet: 7A, 54 and 6E. RGB value is (122,84,110). Sum of RGB (Red+Green+Blue) = 122+84+110=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A546E is #85AB91. Grayscale: #626262. Windows color (decimal): -8760210 or 7230586. OLE color: 7230586.

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

Color convert

RGB12284110-
CMYK00.310.100.52
HSL318.95º18.45%40.39%-
HSV(B)318.95º31.15%47.84%-
XYZ14.0111.616.25-
YUV98.33134.59144.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.61%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=38.61%
G=26.58%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228411000.310.100.52318.9518.4540.39
Hex7A546E01FA3413f1228
Octal17212415603712644772250
Binary111101010101001101110011111101011010010011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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