#7A4957

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

Shades of Cosmic #7A4957

Tints of Cosmic #7A4957

Color information

#7A4957 (or 0x7A4957) is unknown color: approx Cosmic. HEX triplet: 7A, 49 and 57. RGB value is (122,73,87). Sum of RGB (Red+Green+Blue) = 122+73+87=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4957 is #85B6A8. Grayscale: #595959. Windows color (decimal): -8763049 or 5720442. OLE color: 5720442.

HSL color Cylindrical-coordinate representation of color #7A4957: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4957 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB1227387-
CMYK00.400.290.52
HSL342.86º25.13%38.24%-
HSV(B)342.86º40.16%47.84%-
XYZ12.139.5910.23-
YUV89.25126.73151.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.26%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=43.26%
G=25.89%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122738700.400.290.52342.8625.1338.24
Hex7A49570281D341571926
Octal17211112705035645273146
Binary11110101001001101011101010001110111010010101011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,73,87); }

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

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

 a { background-color: rgb(122,73,87); }

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

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

 span { border-color: rgb(122,73,87); }

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