#7F4E4F

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

Shades of Solid Pink #7F4E4F

Tints of Solid Pink #7F4E4F

Color information

#7F4E4F (or 0x7F4E4F) is unknown color: approx Solid Pink. HEX triplet: 7F, 4E and 4F. RGB value is (127,78,79). Sum of RGB (Red+Green+Blue) = 127+78+79=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4E4F is #80B1B0. Grayscale: #5C5C5C. Windows color (decimal): -8434097 or 5197439. OLE color: 5197439.

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

Color convert

RGB1277879-
CMYK00.390.380.50
HSL358.78º23.9%40.2%-
HSV(B)358.78º38.58%49.8%-
XYZ12.8910.538.75-
YUV92.76120.23152.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 79 (31.25% from 255) = 27.82%
R=44.72%
G=27.46%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127787900.390.380.50358.7823.940.2
Hex7F4E4F02726321671828
Octal17711611704746625473050
Binary111111110011101001111010011110011011001010110011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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