#7A5167

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

Shades of Cosmic #7A5167

Tints of Cosmic #7A5167

Color information

#7A5167 (or 0x7A5167) is unknown color: approx Cosmic. HEX triplet: 7A, 51 and 67. RGB value is (122,81,103). Sum of RGB (Red+Green+Blue) = 122+81+103=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5167 is #85AE98. Grayscale: #5F5F5F. Windows color (decimal): -8760985 or 6771066. OLE color: 6771066.

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

Color convert

RGB12281103-
CMYK00.340.160.52
HSL327.8º20.2%39.8%-
HSV(B)327.8º33.61%47.84%-
XYZ13.421114.25-
YUV95.77132.08146.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.87%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=39.87%
G=26.47%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228110300.340.160.52327.820.239.8
Hex7A516702210341481428
Octal17212114704220645102450
Binary11110101010001110011101000101000011010010100100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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