#7A515E

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

Shades of Cosmic #7A515E

Tints of Cosmic #7A515E

Color information

#7A515E (or 0x7A515E) is unknown color: approx Cosmic. HEX triplet: 7A, 51 and 5E. RGB value is (122,81,94). Sum of RGB (Red+Green+Blue) = 122+81+94=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A515E is #85AEA1. Grayscale: #5E5E5E. Windows color (decimal): -8760994 or 6181242. OLE color: 6181242.

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

Color convert

RGB1228194-
CMYK00.340.230.52
HSL340.98º20.2%39.8%-
HSV(B)340.98º33.61%47.84%-
XYZ12.9910.8312-
YUV94.74127.58147.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.08%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=41.08%
G=27.27%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122819400.340.230.52340.9820.239.8
Hex7A515E02217341551428
Octal17212113604227645252450
Binary11110101010001101111001000101011111010010101010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,81,94); }

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

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

 a { background-color: rgb(122,81,94); }

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

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

 span { border-color: rgb(122,81,94); }

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