#7A4364

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

Shades of Cosmic #7A4364

Tints of Cosmic #7A4364

Color information

#7A4364 (or 0x7A4364) is unknown color: approx Cosmic. HEX triplet: 7A, 43 and 64. RGB value is (122,67,100). Sum of RGB (Red+Green+Blue) = 122+67+100=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4364 is #85BC9B. Grayscale: #575757. Windows color (decimal): -8764572 or 6570874. OLE color: 6570874.

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

Color convert

RGB12267100-
CMYK00.450.180.52
HSL324º29.1%37.06%-
HSV(B)324º45.08%47.84%-
XYZ12.339.0713.16-
YUV87.21135.22152.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.21%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=42.21%
G=23.18%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1226710000.450.180.5232429.137.06
Hex7A436402D12341441d25
Octal17210314405522645043545
Binary11110101000011110010001011011001011010010100010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,67,100); }

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

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

 a { background-color: rgb(122,67,100); }

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

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

 span { border-color: rgb(122,67,100); }

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