Html Css Color HEX #7A596D Cosmic

📋 copy color: '#7A596D'

red 122 ◦ green 89 ◦ blue 109

#7A596D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #7A596D

Tints of Cosmic #7A596D

RGB

 RED value IS 122 (48.05% from 255) = 38.13%

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 38.13%
G = 27.81%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A596D (or 0x7A596D) is known color: Cosmic. HEX triplet: 7A, 59 and 6D. RGB value is (122,89,109). Sum of RGB (Red+Green+Blue) = 122+89+109=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A596D is #85A692. Grayscale: #656565. Windows color (decimal): -8758931 or 7166330. OLE color: 7166330.

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

Color convert

RGB 122 89 109 -
CMYK 0 0.27 0.11 0.52
HSL 323.64º 0.16% 0.41% -
HSV(B) 323.64º 0.27% 0.48% -
XYZ 14.36 12.39 16.1 -
YUV 101.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 122 89 109 0 0.27 0.11 0.52 323.64 0.16 0.41
Hex 7A 59 6D 0 1B B 34 144 10 29
Octal 172 131 155 0 33 13 64 504 20 51
Binary 1111010 1011001 1101101 0 11011 1011 110100 101000100 10000 101001

Color Harmonies of #7A596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A596D

Black with #7A596D

Text Example


Text Example

White with #7A596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,89,109); }

 H1.HeaderClassName
 {
   color: #7A596D;
 }
 .AnyTagClassName
 {
   color: #7A596D;
 }
</style>

background-color css

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

 a { background-color: rgb(122,89,109); }

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

border-color css

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

 span { border-color: rgb(122,89,109); }

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