#7F4C4F

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

Shades of Solid Pink #7F4C4F

Tints of Solid Pink #7F4C4F

Color information

#7F4C4F (or 0x7F4C4F) is unknown color: approx Solid Pink. HEX triplet: 7F, 4C and 4F. RGB value is (127,76,79). Sum of RGB (Red+Green+Blue) = 127+76+79=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4C4F is #80B3B0. Grayscale: #5B5B5B. Windows color (decimal): -8434609 or 5196927. OLE color: 5196927.

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

Color convert

RGB1277679-
CMYK00.400.380.50
HSL356.47º25.12%39.8%-
HSV(B)356.47º40.16%49.8%-
XYZ12.7510.258.7-
YUV91.59120.9153.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.04%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=45.04%
G=26.95%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127767900.400.380.50356.4725.1239.8
Hex7F4C4F02826321641928
Octal17711411705046625443150
Binary111111110011001001111010100010011011001010110010011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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