#7A576A

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

Shades of Cosmic #7A576A

Tints of Cosmic #7A576A

Color information

#7A576A (or 0x7A576A) is unknown color: approx Cosmic. HEX triplet: 7A, 57 and 6A. RGB value is (122,87,106). Sum of RGB (Red+Green+Blue) = 122+87+106=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A576A is #85A895. Grayscale: #636363. Windows color (decimal): -8759446 or 6969210. OLE color: 6969210.

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

Color convert

RGB12287106-
CMYK00.290.130.52
HSL327.43º16.75%40.98%-
HSV(B)327.43º28.69%47.84%-
XYZ14.0411.9915.21-
YUV99.63131.6143.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.73%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=38.73%
G=27.62%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228710600.290.130.52327.4316.7540.98
Hex7A576A01DD341471129
Octal17212715203515645072151
Binary111101010101111101010011101110111010010100011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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