#7A4A6B

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

Shades of Cosmic #7A4A6B

Tints of Cosmic #7A4A6B

Color information

#7A4A6B (or 0x7A4A6B) is unknown color: approx Cosmic. HEX triplet: 7A, 4A and 6B. RGB value is (122,74,107). Sum of RGB (Red+Green+Blue) = 122+74+107=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4A6B is #85B594. Grayscale: #5C5C5C. Windows color (decimal): -8762773 or 7031418. OLE color: 7031418.

HSL color Cylindrical-coordinate representation of color #7A4A6B: hue angle of 318.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A4A6B is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB12274107-
CMYK00.390.120.52
HSL318.75º24.49%38.43%-
HSV(B)318.75º39.34%47.84%-
XYZ13.1310.115.17-
YUV92.11136.4149.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=40.26%
G=24.42%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227410700.390.120.52318.7524.4938.43
Hex7A4A6B027C3413f1826
Octal17211215304714644773046
Binary1111010100101011010110100111110011010010011111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,74,107); }

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

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

 a { background-color: rgb(122,74,107); }

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

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

 span { border-color: rgb(122,74,107); }

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