Html Css Color HEX #7A496A Cosmic

📋 copy color: '#7A496A'

red 122 ◦ green 73 ◦ blue 106

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

Shades of Cosmic #7A496A

Tints of Cosmic #7A496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.25%

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 40.53%
G = 24.25%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A496A (or 0x7A496A) is known color: Cosmic. HEX triplet: 7A, 49 and 6A. RGB value is (122,73,106). Sum of RGB (Red+Green+Blue) = 122+73+106=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A496A is #85B695. Grayscale: #5B5B5B. Windows color (decimal): -8763030 or 6965626. OLE color: 6965626.

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

Color convert

RGB 122 73 106 -
CMYK 0 0.40 0.13 0.52
HSL 319.59º 0.25% 0.38% -
HSV(B) 319.59º 0.4% 0.48% -
XYZ 13.01 9.94 14.87 -
YUV 91.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 122 73 106 0 0.40 0.13 0.52 319.59 0.25 0.38
Hex 7A 49 6A 0 28 D 34 140 19 26
Octal 172 111 152 0 50 15 64 500 31 46
Binary 1111010 1001001 1101010 0 101000 1101 110100 101000000 11001 100110

Color Harmonies of #7A496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A496A

Black with #7A496A

Text Example


Text Example

White with #7A496A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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