#7A445E

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

Shades of Cosmic #7A445E

Tints of Cosmic #7A445E

Color information

#7A445E (or 0x7A445E) is unknown color: approx Cosmic. HEX triplet: 7A, 44 and 5E. RGB value is (122,68,94). Sum of RGB (Red+Green+Blue) = 122+68+94=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A445E is #85BBA1. Grayscale: #575757. Windows color (decimal): -8764322 or 6177914. OLE color: 6177914.

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

Color convert

RGB1226894-
CMYK00.440.230.52
HSL331.11º28.42%37.25%-
HSV(B)331.11º44.26%47.84%-
XYZ12.119.0811.7-
YUV87.11131.89152.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=42.96%
G=23.94%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122689400.440.230.52331.1128.4237.25
Hex7A445E02C173414b1c25
Octal17210413605427645133445
Binary11110101000100101111001011001011111010010100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,68,94); }

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

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

 a { background-color: rgb(122,68,94); }

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

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

 span { border-color: rgb(122,68,94); }

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