#7A4461

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

Shades of Cosmic #7A4461

Tints of Cosmic #7A4461

Color information

#7A4461 (or 0x7A4461) is unknown color: approx Cosmic. HEX triplet: 7A, 44 and 61. RGB value is (122,68,97). Sum of RGB (Red+Green+Blue) = 122+68+97=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4461 is #85BB9E. Grayscale: #575757. Windows color (decimal): -8764319 or 6374522. OLE color: 6374522.

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

Color convert

RGB1226897-
CMYK00.440.200.52
HSL327.78º28.42%37.25%-
HSV(B)327.78º44.26%47.84%-
XYZ12.259.1312.43-
YUV87.45133.39152.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=42.51%
G=23.69%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122689700.440.200.52327.7828.4237.25
Hex7A446102C14341481c25
Octal17210414105424645103445
Binary11110101000100110000101011001010011010010100100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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