#7A5067

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

Shades of Cosmic #7A5067

Tints of Cosmic #7A5067

Color information

#7A5067 (or 0x7A5067) is unknown color: approx Cosmic. HEX triplet: 7A, 50 and 67. RGB value is (122,80,103). Sum of RGB (Red+Green+Blue) = 122+80+103=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5067 is #85AF98. Grayscale: #5F5F5F. Windows color (decimal): -8761241 or 6770810. OLE color: 6770810.

HSL color Cylindrical-coordinate representation of color #7A5067: hue angle of 327.14º degrees, saturation: 0.21, 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 #7A5067 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB12280103-
CMYK00.340.160.52
HSL327.14º20.79%39.61%-
HSV(B)327.14º34.43%47.84%-
XYZ13.3410.8514.22-
YUV95.18132.41147.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 103 (40.62% from 255) = 33.77%
R=40%
G=26.23%
B=33.77%

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
Decimal1228010300.340.160.52327.1420.7939.61
Hex7A506702210341471528
Octal17212014704220645072550
Binary11110101010000110011101000101000011010010100011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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