Html Css Color HEX #79494D Solid Pink

📋 copy color: '#79494D'

red 121 ◦ green 73 ◦ blue 77

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

Shades of Solid Pink #79494D

Tints of Solid Pink #79494D

RGB

 RED value IS 121 (47.66% from 255) = 44.65%

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

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

R = 44.65%
G = 26.94%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#79494D (or 0x79494D) is known color: Solid Pink. HEX triplet: 79, 49 and 4D. RGB value is (121,73,77). Sum of RGB (Red+Green+Blue) = 121+73+77=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #79494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79494D is #86B6B2. Grayscale: #575757. Windows color (decimal): -8828595 or 5065081. OLE color: 5065081.

HSL color Cylindrical-coordinate representation of color #79494D: hue angle of 355º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79494D is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 73 77 -
CMYK 0 0.40 0.36 0.53
HSL 355º 0.25% 0.38% -
HSV(B) 355º 0.4% 0.47% -
XYZ 11.61 9.37 8.22 -
YUV 87.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 121 73 77 0 0.40 0.36 0.53 355 0.25 0.38
Hex 79 49 4D 0 28 24 35 163 19 26
Octal 171 111 115 0 50 44 65 543 31 46
Binary 1111001 1001001 1001101 0 101000 100100 110101 101100011 11001 100110

Color Harmonies of #79494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79494D

Black with #79494D

Text Example


Text Example

White with #79494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79494D; }

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

 H1.HeaderClassName
 {
   color: #79494D;
 }
 .AnyTagClassName
 {
   color: #79494D;
 }
</style>

background-color css

<style>
 a { background-color: #79494D; }

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

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

border-color css

<style>
 span { border-color: #79494D; }

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

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