#7F4446

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

Shades of Solid Pink #7F4446

Tints of Solid Pink #7F4446

Color information

#7F4446 (or 0x7F4446) is unknown color: approx Solid Pink. HEX triplet: 7F, 44 and 46. RGB value is (127,68,70). Sum of RGB (Red+Green+Blue) = 127+68+70=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4446 is #80BBB9. Grayscale: #555555. Windows color (decimal): -8436666 or 4605055. OLE color: 4605055.

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

Color convert

RGB1276870-
CMYK00.460.450.50
HSL357.97º30.26%38.24%-
HSV(B)357.97º46.46%49.8%-
XYZ11.939.096.92-
YUV85.87119.05157.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.92%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=47.92%
G=25.66%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127687000.460.450.50357.9730.2638.24
Hex7F444602E2D321661e26
Octal17710410605655625463646
Binary111111110001001000110010111010110111001010110011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,68,70); }

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

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

 a { background-color: rgb(127,68,70); }

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

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

 span { border-color: rgb(127,68,70); }

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