#7A5562

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

Shades of Cosmic #7A5562

Tints of Cosmic #7A5562

Color information

#7A5562 (or 0x7A5562) is unknown color: approx Cosmic. HEX triplet: 7A, 55 and 62. RGB value is (122,85,98). Sum of RGB (Red+Green+Blue) = 122+85+98=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5562 is #85AA9D. Grayscale: #616161. Windows color (decimal): -8759966 or 6444410. OLE color: 6444410.

HSL color Cylindrical-coordinate representation of color #7A5562: hue angle of 338.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5562 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1228598-
CMYK00.300.200.52
HSL338.92º17.87%40.59%-
HSV(B)338.92º30.33%47.84%-
XYZ13.4811.5213.07-
YUV97.54128.26145.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=40%
G=27.87%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122859800.300.200.52338.9217.8740.59
Hex7A556201E14341531229
Octal17212514203624645232251
Binary1111010101010111000100111101010011010010101001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,85,98); }

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

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

 a { background-color: rgb(122,85,98); }

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

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

 span { border-color: rgb(122,85,98); }

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