#7F4546

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

Shades of Solid Pink #7F4546

Tints of Solid Pink #7F4546

Color information

#7F4546 (or 0x7F4546) is unknown color: approx Solid Pink. HEX triplet: 7F, 45 and 46. RGB value is (127,69,70). Sum of RGB (Red+Green+Blue) = 127+69+70=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4546 is #80BAB9. Grayscale: #565656. Windows color (decimal): -8436410 or 4605311. OLE color: 4605311.

HSL color Cylindrical-coordinate representation of color #7F4546: hue angle of 358.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 #7F4546 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB1276970-
CMYK00.460.450.50
HSL358.97º29.59%38.43%-
HSV(B)358.97º45.67%49.8%-
XYZ11.999.216.94-
YUV86.46118.72156.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.74%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=47.74%
G=25.94%
B=26.32%

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
Decimal127697000.460.450.50358.9729.5938.43
Hex7F454602E2D321671e26
Octal17710510605655625473646
Binary111111110001011000110010111010110111001010110011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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