Html Css Color HEX #7A556A Cosmic

📋 copy color: '#7A556A'

red 122 ◦ green 85 ◦ blue 106

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

Shades of Cosmic #7A556A

Tints of Cosmic #7A556A

RGB

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

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

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

R = 38.98%
G = 27.16%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A556A (or 0x7A556A) is known color: Cosmic. HEX triplet: 7A, 55 and 6A. RGB value is (122,85,106). Sum of RGB (Red+Green+Blue) = 122+85+106=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A556A is #85AA95. Grayscale: #626262. Windows color (decimal): -8759958 or 6968698. OLE color: 6968698.

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

Color convert

RGB 122 85 106 -
CMYK 0 0.30 0.13 0.52
HSL 325.95º 0.18% 0.41% -
HSV(B) 325.95º 0.3% 0.48% -
XYZ 13.88 11.68 15.16 -
YUV 98.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 122 85 106 0 0.30 0.13 0.52 325.95 0.18 0.41
Hex 7A 55 6A 0 1E D 34 146 12 29
Octal 172 125 152 0 36 15 64 506 22 51
Binary 1111010 1010101 1101010 0 11110 1101 110100 101000110 10010 101001

Color Harmonies of #7A556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A556A

Black with #7A556A

Text Example


Text Example

White with #7A556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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