#7A556A

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

Shades of Cosmic #7A556A

Tints of Cosmic #7A556A

Color information

#7A556A (or 0x7A556A) is unknown color: approx Cosmic. HEX triplet: 7A, 55 and 6A. RGB value is (122,85,106). Sum of RGB (Red+Green+Blue) = 122+85+106=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A556A is #85AA95. Grayscale: #626262. Windows color (decimal): -8759958 or 6968698. OLE color: 6968698.

HSL color Cylindrical-coordinate representation of color #7A556A: hue angle of 325.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A556A is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB12285106-
CMYK00.300.130.52
HSL325.95º17.87%40.59%-
HSV(B)325.95º30.33%47.84%-
XYZ13.8811.6815.16-
YUV98.46132.26144.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.98%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=38.98%
G=27.16%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228510600.300.130.52325.9517.8740.59
Hex7A556A01ED341461229
Octal17212515203615645062251
Binary111101010101011101010011110110111010010100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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