Html Css Color HEX #7A494D Solid Pink

📋 copy color: '#7A494D'

red 122 ◦ green 73 ◦ blue 77

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

Shades of Solid Pink #7A494D

Tints of Solid Pink #7A494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 44.85%
G = 26.84%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A494D (or 0x7A494D) is known color: Solid Pink. HEX triplet: 7A, 49 and 4D. RGB value is (122,73,77). Sum of RGB (Red+Green+Blue) = 122+73+77=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A494D is #85B6B2. Grayscale: #585858. Windows color (decimal): -8763059 or 5065082. OLE color: 5065082.

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

Color convert

RGB 122 73 77 -
CMYK 0 0.40 0.37 0.52
HSL 355.1º 0.25% 0.38% -
HSV(B) 355.1º 0.4% 0.48% -
XYZ 11.75 9.44 8.22 -
YUV 88.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 122 73 77 0 0.40 0.37 0.52 355.1 0.25 0.38
Hex 7A 49 4D 0 28 25 34 163 19 26
Octal 172 111 115 0 50 45 64 543 31 46
Binary 1111010 1001001 1001101 0 101000 100101 110100 101100011 11001 100110

Color Harmonies of #7A494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A494D

Black with #7A494D

Text Example


Text Example

White with #7A494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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