#7F484F

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

Shades of Solid Pink #7F484F

Tints of Solid Pink #7F484F

Color information

#7F484F (or 0x7F484F) is unknown color: approx Solid Pink. HEX triplet: 7F, 48 and 4F. RGB value is (127,72,79). Sum of RGB (Red+Green+Blue) = 127+72+79=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F484F is #80B7B0. Grayscale: #595959. Windows color (decimal): -8435633 or 5195903. OLE color: 5195903.

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

Color convert

RGB1277279-
CMYK00.430.380.50
HSL352.36º27.64%39.02%-
HSV(B)352.36º43.31%49.8%-
XYZ12.489.718.61-
YUV89.24122.22154.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.68%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=45.68%
G=25.90%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127727900.430.380.50352.3627.6439.02
Hex7F484F02B26321601c27
Octal17711011705346625403447
Binary111111110010001001111010101110011011001010110000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,72,79); }

 H1.HeaderClassName
 {
   color: #7F484F;
 }
 .AnyTagClassName
 {
   color: #7F484F;
 }
</style>
background-color css

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

 a { background-color: rgb(127,72,79); }

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

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

 span { border-color: rgb(127,72,79); }

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