#7A4F6D

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

Shades of Cosmic #7A4F6D

Tints of Cosmic #7A4F6D

Color information

#7A4F6D (or 0x7A4F6D) is unknown color: approx Cosmic. HEX triplet: 7A, 4F and 6D. RGB value is (122,79,109). Sum of RGB (Red+Green+Blue) = 122+79+109=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4F6D is #85B092. Grayscale: #5F5F5F. Windows color (decimal): -8761491 or 7163770. OLE color: 7163770.

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

Color convert

RGB12279109-
CMYK00.350.110.52
HSL318.14º21.39%39.41%-
HSV(B)318.14º35.25%47.84%-
XYZ13.5810.8315.84-
YUV95.28135.75147.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=39.35%
G=25.48%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227910900.350.110.52318.1421.3939.41
Hex7A4F6D023B3413e1527
Octal17211715504313644762547
Binary1111010100111111011010100011101111010010011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,79,109); }

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

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

 a { background-color: rgb(122,79,109); }

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

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

 span { border-color: rgb(122,79,109); }

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