Html Css Color HEX #7F494B Solid Pink

📋 copy color: '#7F494B'

red 127 ◦ green 73 ◦ blue 75

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

Shades of Solid Pink #7F494B

Tints of Solid Pink #7F494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.27%

R = 46.18%
G = 26.55%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#7F494B (or 0x7F494B) is known color: Solid Pink. HEX triplet: 7F, 49 and 4B. RGB value is (127,73,75). Sum of RGB (Red+Green+Blue) = 127+73+75=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 127 - color contains mainly: red. Hex color #7F494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F494B is #80B6B4. Grayscale: #595959. Windows color (decimal): -8435381 or 4934015. OLE color: 4934015.

HSL color Cylindrical-coordinate representation of color #7F494B: hue angle of 357.78º 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 #7F494B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 73 75 -
CMYK 0 0.43 0.41 0.50
HSL 357.78º 0.27% 0.39% -
HSV(B) 357.78º 0.43% 0.5% -
XYZ 12.4 9.79 7.89 -
YUV 89.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 127 73 75 0 0.43 0.41 0.50 357.78 0.27 0.39
Hex 7F 49 4B 0 2B 29 32 166 1B 27
Octal 177 111 113 0 53 51 62 546 33 47
Binary 1111111 1001001 1001011 0 101011 101001 110010 101100110 11011 100111

Color Harmonies of #7F494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F494B

Black with #7F494B

Text Example


Text Example

White with #7F494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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