#7A5467

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

Shades of Cosmic #7A5467

Tints of Cosmic #7A5467

Color information

#7A5467 (or 0x7A5467) is unknown color: approx Cosmic. HEX triplet: 7A, 54 and 67. RGB value is (122,84,103). Sum of RGB (Red+Green+Blue) = 122+84+103=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5467 is #85AB98. Grayscale: #616161. Windows color (decimal): -8760217 or 6771834. OLE color: 6771834.

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

Color convert

RGB12284103-
CMYK00.310.160.52
HSL330º18.45%40.39%-
HSV(B)330º31.15%47.84%-
XYZ13.6411.4614.32-
YUV97.53131.09145.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=39.48%
G=27.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228410300.310.160.5233018.4540.39
Hex7A546701F103414a1228
Octal17212414703720645122250
Binary1111010101010011001110111111000011010010100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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