#7A546A

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

Shades of Cosmic #7A546A

Tints of Cosmic #7A546A

Color information

#7A546A (or 0x7A546A) is unknown color: approx Cosmic. HEX triplet: 7A, 54 and 6A. RGB value is (122,84,106). Sum of RGB (Red+Green+Blue) = 122+84+106=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A546A is #85AB95. Grayscale: #616161. Windows color (decimal): -8760214 or 6968442. OLE color: 6968442.

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

Color convert

RGB12284106-
CMYK00.310.130.52
HSL325.26º18.45%40.39%-
HSV(B)325.26º31.15%47.84%-
XYZ13.811.5215.13-
YUV97.87132.59145.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.10%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=39.10%
G=26.92%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228410600.310.130.52325.2618.4540.39
Hex7A546A01FD341451228
Octal17212415203715645052250
Binary111101010101001101010011111110111010010100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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