#7F454E

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

Shades of Solid Pink #7F454E

Tints of Solid Pink #7F454E

Color information

#7F454E (or 0x7F454E) is unknown color: approx Solid Pink. HEX triplet: 7F, 45 and 4E. RGB value is (127,69,78). Sum of RGB (Red+Green+Blue) = 127+69+78=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F454E is #80BAB1. Grayscale: #575757. Windows color (decimal): -8436402 or 5129599. OLE color: 5129599.

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

Color convert

RGB1276978-
CMYK00.460.390.50
HSL350.69º29.59%38.43%-
HSV(B)350.69º45.67%49.8%-
XYZ12.269.328.36-
YUV87.37122.72156.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=46.35%
G=25.18%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127697800.460.390.50350.6929.5938.43
Hex7F454E02E273215f1e26
Octal17710511605647625373646
Binary111111110001011001110010111010011111001010101111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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