Html Css Color HEX #7A4A6E Cosmic

📋 copy color: '#7A4A6E'

red 122 ◦ green 74 ◦ blue 110

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

Shades of Cosmic #7A4A6E

Tints of Cosmic #7A4A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 39.87%
G = 24.18%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A4A6E (or 0x7A4A6E) is known color: Cosmic. HEX triplet: 7A, 4A and 6E. RGB value is (122,74,110). Sum of RGB (Red+Green+Blue) = 122+74+110=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4A6E is #85B591. Grayscale: #5C5C5C. Windows color (decimal): -8762770 or 7228026. OLE color: 7228026.

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

Color convert

RGB 122 74 110 -
CMYK 0 0.39 0.10 0.52
HSL 315º 0.24% 0.38% -
HSV(B) 315º 0.39% 0.48% -
XYZ 13.29 10.16 16.01 -
YUV 92.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 122 74 110 0 0.39 0.10 0.52 315 0.24 0.38
Hex 7A 4A 6E 0 27 A 34 13B 18 26
Octal 172 112 156 0 47 12 64 473 30 46
Binary 1111010 1001010 1101110 0 100111 1010 110100 100111011 11000 100110

Color Harmonies of #7A4A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4A6E

Black with #7A4A6E

Text Example


Text Example

White with #7A4A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,74,110); }

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

background-color css

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

 a { background-color: rgb(122,74,110); }

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

border-color css

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

 span { border-color: rgb(122,74,110); }

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