#7A465A

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

Shades of Cosmic #7A465A

Tints of Cosmic #7A465A

Color information

#7A465A (or 0x7A465A) is unknown color: approx Cosmic. HEX triplet: 7A, 46 and 5A. RGB value is (122,70,90). Sum of RGB (Red+Green+Blue) = 122+70+90=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A465A is #85B9A5. Grayscale: #575757. Windows color (decimal): -8763814 or 5916282. OLE color: 5916282.

HSL color Cylindrical-coordinate representation of color #7A465A: hue angle of 336.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A465A is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1227090-
CMYK00.430.260.52
HSL336.92º27.08%37.65%-
HSV(B)336.92º42.62%47.84%-
XYZ12.069.2610.82-
YUV87.83129.23152.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.26%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=43.26%
G=24.82%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122709000.430.260.52336.9227.0837.65
Hex7A465A02B1A341511b26
Octal17210613205332645213346
Binary11110101000110101101001010111101011010010101000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,70,90); }

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

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

 a { background-color: rgb(122,70,90); }

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

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

 span { border-color: rgb(122,70,90); }

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