#7F4A4B

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

Shades of Solid Pink #7F4A4B

Tints of Solid Pink #7F4A4B

Color information

#7F4A4B (or 0x7F4A4B) is unknown color: approx Solid Pink. HEX triplet: 7F, 4A and 4B. RGB value is (127,74,75). Sum of RGB (Red+Green+Blue) = 127+74+75=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A4B is #80B5B4. Grayscale: #5A5A5A. Windows color (decimal): -8435125 or 4934271. OLE color: 4934271.

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

Color convert

RGB1277475-
CMYK00.420.410.50
HSL358.87º26.37%39.41%-
HSV(B)358.87º41.73%49.8%-
XYZ12.479.927.91-
YUV89.96119.56154.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.01%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=46.01%
G=26.81%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127747500.420.410.50358.8726.3739.41
Hex7F4A4B02A29321671a27
Octal17711211305251625473247
Binary111111110010101001011010101010100111001010110011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,74,75); }

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

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

 a { background-color: rgb(127,74,75); }

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

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

 span { border-color: rgb(127,74,75); }

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