#7F4F59

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

Shades of Solid Pink #7F4F59

Tints of Solid Pink #7F4F59

Color information

#7F4F59 (or 0x7F4F59) is unknown color: approx Solid Pink. HEX triplet: 7F, 4F and 59. RGB value is (127,79,89). Sum of RGB (Red+Green+Blue) = 127+79+89=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4F59 is #80B0A6. Grayscale: #5E5E5E. Windows color (decimal): -8433831 or 5853055. OLE color: 5853055.

HSL color Cylindrical-coordinate representation of color #7F4F59: hue angle of 347.5º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F4F59 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1277989-
CMYK00.380.300.50
HSL347.5º23.3%40.39%-
HSV(B)347.5º37.8%49.8%-
XYZ13.3510.8310.84-
YUV94.49124.9151.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.05%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=43.05%
G=26.78%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127798900.380.300.50347.523.340.39
Hex7F4F590261E3215c1728
Octal17711713104636625342750
Binary11111111001111101100101001101111011001010101110010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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