#7F494B

Color #7F494B Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #7F494B

Tints of Solid Pink #7F494B

Color information

#7F494B (or 0x7F494B) is unknown color: approx 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

RGB1277375-
CMYK00.430.410.50
HSL357.78º27%39.22%-
HSV(B)357.78º42.52%49.8%-
XYZ12.49.797.89-
YUV89.37119.89154.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127737500.430.410.50357.782739.22
Hex7F494B02B29321661b27
Octal17711111305351625463347
Binary111111110010011001011010101110100111001010110011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>