#7A5561

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

Shades of Cosmic #7A5561

Tints of Cosmic #7A5561

Color information

#7A5561 (or 0x7A5561) is unknown color: approx Cosmic. HEX triplet: 7A, 55 and 61. RGB value is (122,85,97). Sum of RGB (Red+Green+Blue) = 122+85+97=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5561 is #85AA9E. Grayscale: #616161. Windows color (decimal): -8759967 or 6378874. OLE color: 6378874.

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

Color convert

RGB1228597-
CMYK00.300.200.52
HSL340.54º17.87%40.59%-
HSV(B)340.54º30.33%47.84%-
XYZ13.4311.512.82-
YUV97.43127.76145.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.13%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=40.13%
G=27.96%
B=31.91%

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
Decimal122859700.300.200.52340.5417.8740.59
Hex7A556101E14341551229
Octal17212514103624645252251
Binary1111010101010111000010111101010011010010101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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