#7A4168

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

Shades of Cosmic #7A4168

Tints of Cosmic #7A4168

Color information

#7A4168 (or 0x7A4168) is unknown color: approx Cosmic. HEX triplet: 7A, 41 and 68. RGB value is (122,65,104). Sum of RGB (Red+Green+Blue) = 122+65+104=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4168 is #85BE97. Grayscale: #565656. Windows color (decimal): -8765080 or 6832506. OLE color: 6832506.

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

Color convert

RGB12265104-
CMYK00.470.150.52
HSL318.95º30.48%36.67%-
HSV(B)318.95º46.72%47.84%-
XYZ12.428.9214.16-
YUV86.49137.88153.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.92%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=41.92%
G=22.34%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1226510400.470.150.52318.9530.4836.67
Hex7A416802FF3413f1e25
Octal17210115005717644773645
Binary1111010100000111010000101111111111010010011111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,65,104); }

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

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

 a { background-color: rgb(122,65,104); }

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

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

 span { border-color: rgb(122,65,104); }

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