#7A456A

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

Shades of Cosmic #7A456A

Tints of Cosmic #7A456A

Color information

#7A456A (or 0x7A456A) is unknown color: approx Cosmic. HEX triplet: 7A, 45 and 6A. RGB value is (122,69,106). Sum of RGB (Red+Green+Blue) = 122+69+106=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A456A is #85BA95. Grayscale: #585858. Windows color (decimal): -8764054 or 6964602. OLE color: 6964602.

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

Color convert

RGB12269106-
CMYK00.430.130.52
HSL318.11º27.75%37.45%-
HSV(B)318.11º43.44%47.84%-
XYZ12.769.4314.78-
YUV89.06137.56151.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.08%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=41.08%
G=23.23%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1226910600.430.130.52318.1127.7537.45
Hex7A456A02BD3413e1c25
Octal17210515205315644763445
Binary1111010100010111010100101011110111010010011111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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