#7A3E67

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

Shades of Cosmic #7A3E67

Tints of Cosmic #7A3E67

Color information

#7A3E67 (or 0x7A3E67) is unknown color: approx Cosmic. HEX triplet: 7A, 3E and 67. RGB value is (122,62,103). Sum of RGB (Red+Green+Blue) = 122+62+103=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E67 is #85C198. Grayscale: #545454. Windows color (decimal): -8765849 or 6766202. OLE color: 6766202.

HSL color Cylindrical-coordinate representation of color #7A3E67: hue angle of 319º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E67 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB12262103-
CMYK00.490.160.52
HSL319º32.61%36.08%-
HSV(B)319º49.18%47.84%-
XYZ12.28.5613.84-
YUV84.61138.38154.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=42.51%
G=21.60%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1226210300.490.160.5231932.6136.08
Hex7A3E67031103413f2124
Octal1727614706120644774144
Binary11110101111101100111011000110000110100100111111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,62,103); }

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

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

 a { background-color: rgb(122,62,103); }

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

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

 span { border-color: rgb(122,62,103); }

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