Html Css Color HEX #7A556D Cosmic

📋 copy color: '#7A556D'

red 122 ◦ green 85 ◦ blue 109

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

Shades of Cosmic #7A556D

Tints of Cosmic #7A556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 38.61%
G = 26.9%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A556D (or 0x7A556D) is known color: Cosmic. HEX triplet: 7A, 55 and 6D. RGB value is (122,85,109). Sum of RGB (Red+Green+Blue) = 122+85+109=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A556D is #85AA92. Grayscale: #626262. Windows color (decimal): -8759955 or 7165306. OLE color: 7165306.

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

Color convert

RGB 122 85 109 -
CMYK 0 0.30 0.11 0.52
HSL 321.08º 0.18% 0.41% -
HSV(B) 321.08º 0.3% 0.48% -
XYZ 14.03 11.74 15.99 -
YUV 98.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 122 85 109 0 0.30 0.11 0.52 321.08 0.18 0.41
Hex 7A 55 6D 0 1E B 34 141 12 29
Octal 172 125 155 0 36 13 64 501 22 51
Binary 1111010 1010101 1101101 0 11110 1011 110100 101000001 10010 101001

Color Harmonies of #7A556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A556D

Black with #7A556D

Text Example


Text Example

White with #7A556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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