#7A466A

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

Shades of Cosmic #7A466A

Tints of Cosmic #7A466A

Color information

#7A466A (or 0x7A466A) is unknown color: approx Cosmic. HEX triplet: 7A, 46 and 6A. RGB value is (122,70,106). Sum of RGB (Red+Green+Blue) = 122+70+106=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A466A is #85B995. Grayscale: #595959. Windows color (decimal): -8763798 or 6964858. OLE color: 6964858.

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

Color convert

RGB12270106-
CMYK00.430.130.52
HSL318.46º27.08%37.65%-
HSV(B)318.46º42.62%47.84%-
XYZ12.829.5614.81-
YUV89.65137.23151.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.94%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=40.94%
G=23.49%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227010600.430.130.52318.4627.0837.65
Hex7A466A02BD3413e1b26
Octal17210615205315644763346
Binary1111010100011011010100101011110111010010011111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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