#7A5463

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

Shades of Cosmic #7A5463

Tints of Cosmic #7A5463

Color information

#7A5463 (or 0x7A5463) is unknown color: approx Cosmic. HEX triplet: 7A, 54 and 63. RGB value is (122,84,99). Sum of RGB (Red+Green+Blue) = 122+84+99=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5463 is #85AB9C. Grayscale: #616161. Windows color (decimal): -8760221 or 6509690. OLE color: 6509690.

HSL color Cylindrical-coordinate representation of color #7A5463: hue angle of 336.32º 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 #7A5463 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB1228499-
CMYK00.310.190.52
HSL336.32º18.45%40.39%-
HSV(B)336.32º31.15%47.84%-
XYZ13.4511.3813.29-
YUV97.07129.09145.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=40%
G=27.54%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122849900.310.190.52336.3218.4540.39
Hex7A546301F13341501228
Octal17212414303723645202250
Binary1111010101010011000110111111001111010010101000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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