Html Css Color HEX #7F494D Solid Pink

📋 copy color: '#7F494D'

red 127 ◦ green 73 ◦ blue 77

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

Shades of Solid Pink #7F494D

Tints of Solid Pink #7F494D

RGB

 RED value IS 127 (50% from 255) = 45.85%

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

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

R = 45.85%
G = 26.35%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#7F494D (or 0x7F494D) is known color: Solid Pink. HEX triplet: 7F, 49 and 4D. RGB value is (127,73,77). Sum of RGB (Red+Green+Blue) = 127+73+77=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F494D is #80B6B2. Grayscale: #595959. Windows color (decimal): -8435379 or 5065087. OLE color: 5065087.

HSL color Cylindrical-coordinate representation of color #7F494D: hue angle of 355.56º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F494D is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 73 77 -
CMYK 0 0.43 0.39 0.50
HSL 355.56º 0.27% 0.39% -
HSV(B) 355.56º 0.43% 0.5% -
XYZ 12.47 9.81 8.26 -
YUV 89.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 127 73 77 0 0.43 0.39 0.50 355.56 0.27 0.39
Hex 7F 49 4D 0 2B 27 32 164 1B 27
Octal 177 111 115 0 53 47 62 544 33 47
Binary 1111111 1001001 1001101 0 101011 100111 110010 101100100 11011 100111

Color Harmonies of #7F494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F494D

Black with #7F494D

Text Example


Text Example

White with #7F494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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